Skip to main content

handle

Function handle 

Source
async fn handle(
    state: Arc<RwLock<SurverState>>,
    shared: Arc<ReadOnly>,
    txs: Vec<Sender<LoaderMessage>>,
    req: Request<Incoming>,
) -> Result<Response<Full<Bytes>>>