io_uring: add debounce future
This commit is contained in:
parent
9977f9dfdf
commit
597636fba6
3 changed files with 68 additions and 7 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue