all: remove control center in its entirety
This commit is contained in:
parent
1dfd6169f8
commit
769d12a525
97 changed files with 59 additions and 10580 deletions
|
|
@ -11,6 +11,7 @@ use {
|
|||
};
|
||||
|
||||
pub struct ObjectDropQueue<T> {
|
||||
#[allow(dead_code)]
|
||||
ring: Rc<IoUring>,
|
||||
killed: Cell<bool>,
|
||||
pending: RefCell<Vec<Option<(T, PendingPoll)>>>,
|
||||
|
|
@ -32,6 +33,7 @@ impl<T> ObjectDropQueue<T> {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn push(self: &Rc<Self>, fd: &Rc<OwnedFd>, t: T)
|
||||
where
|
||||
T: 'static,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue