tokio-uring-xitca 0.2.0

a fork of tokio-uring with miniaml maintenance
Documentation
1
2
3
4
5
6
7
8
// Internal data structures shared between thread-local and thread-safe
// fixed buffer collections.

mod pool;
pub(super) use pool::Pool;

mod registry;
pub(super) use registry::Registry;