Skip to main content

writer_task

Function writer_task 

Source
async fn writer_task<W>(
    write: W,
    outbound_rx: UnboundedReceiver<TxJsonRpcMessage<RoleServer>>,
)
where W: AsyncWrite + Send + Unpin + 'static,