Function hyper::proto::h2::client::conn_task

source ·
async fn conn_task<C, D>(conn: C, drop_rx: D, cancel_tx: Sender<Infallible>)where
    C: Future + Unpin,
    D: Future<Output = ()> + Unpin,