Searched defs:UringQueueEmpty (Results 1 – 1 of 1) sorted by relevance
907 struct UringQueueEmpty<'a> { struct908 ex: &'a Arc<RawExecutor<UringReactor>>,911 impl<'a> Future for UringQueueEmpty<'a> { implementation