tokio
https://github.com/tokio-rs/tokio
Rust
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported22 Subscribers
Add a CodeTriage badge to tokio
Help out
- Issues
- ci: workspace semver check runs on every push to tokio-1.*.x because the skip condition only matches pull_request events
- `Handle::dump()` panics with "RefCell already borrowed" when a traced task wakes a task (current_thread runtime)
- time: avoid unnecessary current-thread driver wakeups
- `time::Interval` deadline arithmetic panics on overflow
- time: avoid interval deadline overflow
- rt: make `enable_io` available whenever `rt` is enabled
- fs: retain buffered data when a write fails
- net: add `UnixSocket::set_permissions`
- rt: move the multi-thread inject queue to its own mutex
- net: add into_owned_handle() for NamedPipeServer and NamedPipeClient
- Docs
- Rust not yet supported