Function ntex_util::channel::oneshot::channel

source ยท
pub fn channel<T>() -> (Sender<T>, Receiver<T>)
Expand description

Creates a new futures-aware, one-shot channel.