Home
last modified time | relevance | path

Searched defs:UringQueueEmpty (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/cros_async/src/
During_executor.rs847 struct UringQueueEmpty<'a> { struct
848 ex: &'a URingExecutor,
851 impl<'a> Future for UringQueueEmpty<'a> { implementation