Skip to main content

handle_iroh_api_stream

Function handle_iroh_api_stream 

Source
async fn handle_iroh_api_stream(
    api: Arc<IrohApiState>,
    send_stream: VersionedSendStream,
    recv_stream: VersionedRecvStream,
    _request_permit: OwnedSemaphorePermit,
    metric_label: &'static str,
) -> Result<()>