Function mio_misc::channel::crossbeam_channel_unbounded [−][src]
pub fn crossbeam_channel_unbounded<T>(
notifier: Arc<dyn Notifier>,
id: NotificationId
) -> (CrossbeamSender<T>, Receiver<T>)
Expand description
Creates a new asynchronous/unbounded crossbeam channel, where the Sender::send
function, in addition to sending a message,
triggers a notification on Poll