Function ferrite_session::prelude::async_acquire_shared_session[][src]

pub fn async_acquire_shared_session<F>(
    shared: SharedChannel<LinearToShared<F>>,
    cont_builder: impl FnOnce(Z) -> PartialSession<(F::Applied, ()), End> + Send + 'static
) -> JoinHandle<()> where
    F: Protocol,
    F: SharedRecApp<SharedToLinear<F>>,
    F::Applied: Protocol