https://github.com/murphsicles/tokio-util
Tokio utilities for Zeta — Compat, Codec, DelayQueue, Timeout, io adapters
https://github.com/murphsicles/tokio-util
Last synced: 22 days ago
JSON representation
Tokio utilities for Zeta — Compat, Codec, DelayQueue, Timeout, io adapters
- Host: GitHub
- URL: https://github.com/murphsicles/tokio-util
- Owner: murphsicles
- License: mit
- Created: 2026-05-15T21:08:50.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-15T23:12:39.000Z (2 months ago)
- Last Synced: 2026-05-16T00:08:40.100Z (2 months ago)
- Size: 68.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @async/tokio-util — Tokio Utilities for Zeta
Auto-converted from [tokio-util](https://crates.io/crates/tokio-util) v0.7.18 via [Dark Factory](https://github.com/murphsicles/dark-factory).
## Features
| Module | Description |
|--------|-------------|
| `Compat` | Compatibility layer between tokio and futures-io AsyncRead/AsyncWrite |
| `Codec` | Framed streams — length-delimited, lines, bytes codecs |
| `DelayQueue` | Queue with per-item timeouts and expiration callbacks |
| `Timeout` | Async wrapper for time-bounded operations |
| `PollSemaphore` | Async semaphore that integrates with select! loops |
| `CancellationToken` | Cooperative task cancellation |
## Stats: ~5,920 lines across 25+ source files, 0 unsupported items
## License
MIT