1
0
Fork 0
forked from wry/wry

io_uring: add debounce future

This commit is contained in:
Julian Orth 2025-05-03 12:31:54 +02:00
parent 9977f9dfdf
commit 597636fba6
3 changed files with 68 additions and 7 deletions

View file

@ -44,7 +44,6 @@ impl<T> SyncQueue<T> {
unsafe { self.el.get().deref_mut().is_empty() }
}
#[expect(dead_code)]
pub fn is_not_empty(&self) -> bool {
!self.is_empty()
}