oa_gateway_owp::session

Function send

Source
async fn send(tx: &Sender<ServerOp>, op: ServerOp)
Expand description

Queues op for the writer. A full or closed channel is ignored so a slow client cannot stall the read loop.