[][src]Function eff::context::channel

pub fn channel<E: Effect>(
    cx: &Context
) -> (TypedContext<E>, Receiver<E::Output>)

Create a channel for communicating the result of an effect under the context