Searched defs:next_async (Results 1 – 2 of 2) sorted by relevance
564 let next_async = recv.next().fuse(); in send_pcm_response_worker() localVariable602 let next_async = async { in handle_pcm_queue() localVariable691 let next_async = queue.next_async(queue_event).fuse(); in handle_ctrl_queue() localVariable
397 pub async fn next_async( in next_async() method