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 supported23 Subscribers
Add a CodeTriage badge to tokio
Help out
- Issues
- Feature request: support `BitWriter`
- Expose a stable identifier or raw pointer for tokio::mpsc::Sender to support O(1) identity-based lookup in higher-level abstractions
- Support MPMC
- Add `into_std` and `from_std` to `tokio::net::unix::pipe::{Sender, Receiver}`
- io: Implement `skip_until`
- Documenting behavior of tokio::sync::mpsc::Receiver::recv_many for all cases
- RFC: Deprecate the existing `tokio::io::simplex` and add an alternative to the `tokio-util`
- CancellationToken is_cancelled locks on a mutex, caused occasional >2ms delays
- net: add docs on ConnectionRefused errors with udp sockets
- Test failure in `runtime::tests::queue::stress1`
- Docs
- Rust not yet supported