Type Definition vapcore_sync::Notification[][src]

type Notification<T> = UnboundedReceiver<T>;

receiving end of a futures::mpsc channel