tokio-uring 0.5.0

io-uring support for the Tokio asynchronous runtime.
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;