remov the "parallel" mode, as we won't ever enable this in practice and benchmarks have shown very limited upside over futures-unordered

This commit is contained in:
Christian Schwarz
2024-12-21 20:44:13 +01:00
parent d844ed098a
commit 4637389882
7 changed files with 12 additions and 29 deletions

View File

@@ -15,7 +15,6 @@ pub(super) mod tokio_epoll_uring_ext;
use tokio_epoll_uring::IoBuf;
use tracing::Instrument;
pub(crate) use super::api::IoEngineKind;
#[derive(Clone, Copy)]
#[repr(u8)]