runtime: replace epoll by io-uring
This commit is contained in:
parent
98cc85e2d3
commit
9416efeabe
21 changed files with 173 additions and 742 deletions
|
|
@ -768,7 +768,7 @@ impl ConfigProxyHandler {
|
|||
|
||||
fn handle_quit(&self) {
|
||||
log::info!("Quitting");
|
||||
self.state.el.stop();
|
||||
self.state.ring.stop();
|
||||
}
|
||||
|
||||
fn handle_switch_to(&self, vtnr: u32) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue