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