Skip to main content

async_recv_msg

Function async_recv_msg 

Source
pub fn async_recv_msg<T>(recv: &Receiver<T>) -> impl Future<Output = T>
where T: Message + Clone + 'static,
Expand description

Message API

Async API, unstable