runtime: replace epoll by io-uring
This commit is contained in:
parent
98cc85e2d3
commit
9416efeabe
21 changed files with 173 additions and 742 deletions
|
|
@ -1,6 +1,5 @@
|
|||
use {
|
||||
crate::{
|
||||
async_engine::AsyncError,
|
||||
client::ClientId,
|
||||
object::{Interface, ObjectId},
|
||||
utils::buffd::{BufFdError, MsgParserError},
|
||||
|
|
@ -12,8 +11,6 @@ use {
|
|||
|
||||
#[derive(Debug, Error)]
|
||||
pub enum ClientError {
|
||||
#[error("An error occurred in the async engine")]
|
||||
Async(#[from] AsyncError),
|
||||
#[error("An error occurred reading from/writing to the client")]
|
||||
Io(#[from] BufFdError),
|
||||
#[error("An error occurred while processing a request")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue