Skip to content

Commit

Permalink
re-export the central error type and tokio_util::IoBuf{,Mut}
Browse files Browse the repository at this point in the history
  • Loading branch information
problame committed Nov 8, 2023
1 parent a5aafef commit 94c7c70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tokio-epoll-uring/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,12 @@ pub use system::lifecycle::thread_local::{thread_local_system, Handle};
pub use system::lifecycle::System;
pub use system::submission::op_fut::Error as SystemError;

pub use tokio_uring::buf::{IoBuf, IoBufMut};

pub(crate) mod util;

pub use crate::system::submission::op_fut::Error;

#[doc(hidden)]
pub mod env_tunables {
pub(crate) static YIELD_TO_EXECUTOR_IF_READY_ON_FIRST_POLL: once_cell::sync::Lazy<bool> =
Expand Down

0 comments on commit 94c7c70

Please sign in to comment.