hmwill / tokio-linux-aioLinks
Support for Linux kernel aio within Tokio.
☆51Updated 4 years ago
Alternatives and similar repositories for tokio-linux-aio
Users that are interested in tokio-linux-aio are comparing it to the libraries listed below
Sorting:
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 5 years ago
- io_uring proof of concept in rust, integrated with tokio timers/executor (but not the reactor ofc)☆46Updated 6 years ago
- Epoch-based garbage collection☆81Updated 6 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Time Interval Counting for Rust - stats based on start/stop times for events☆73Updated 6 years ago
- A concurrent lock-free hash map for Rust.☆21Updated 4 years ago
- A concurrent hash table for Rust☆61Updated 5 years ago
- Unix signal handling for tokio☆87Updated 6 years ago
- A pool of reusable values☆51Updated 5 years ago
- Concurrent hash trie☆57Updated 4 years ago
- ☆129Updated 5 years ago
- probe: Static probes for Rust☆98Updated 2 years ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- ☆28Updated 5 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated 6 months ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- A library that allows to listen network sockets with proper resource limits and error handling☆30Updated 6 years ago
- Rust library that provides helpers for testing resilience of IO operations☆144Updated 3 years ago
- ☆47Updated 4 years ago
- An I/O-oriented tokio runtime thread pool☆49Updated 5 years ago
- Work-stealing thread pool for executiong futures