Searched defs:next_async (Results 1 – 2 of 2) sorted by relevance
551 let next_async = recv.next().fuse(); in send_pcm_response_worker() localVariable596 let next_async = async { in handle_pcm_queue() localVariable687 let next_async = queue.next_async(mem, queue_event).fuse(); in handle_ctrl_queue() localVariable
708 pub async fn next_async( in next_async() method