async fn send(tx: &Sender<ServerOp>, op: ServerOp)
Queues op for the writer. A full or closed channel is ignored so a slow client cannot stall the read loop.
op