Crates.io | io2 |
lib.rs | io2 |
version | 0.0.2 |
source | src |
created_at | 2025-01-01 10:30:02.343142+00 |
updated_at | 2025-01-11 18:05:08.310484+00 |
description | single threaded async-io library |
homepage | |
repository | |
max_upload_size | |
id | 1500711 |
size | 66,086 |
io library
This library gives a single threaded async executor that uses io_uring under the hood. It supports polled (not interrupt driven) direct_io for disk io for minimum latency and maximum throughput.
Main priorities are simplicity, stability and efficiency.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.