Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/sys/unix/
During_executor.rs1046 struct UringQueueEmpty<'a> { struct
1047 ex: &'a URingExecutor,
1050 impl<'a> Future for UringQueueEmpty<'a> { implementation