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 supported20 Subscribers
Add a CodeTriage badge to tokio
Help out
- Issues
- CancellationToken: Option to only trigger "drop guard" if dropped while panicking
- If tokio::sync::Notify notify() is invoked prior to tokio::sync::Notify notfied().await, then the call to notified().await will result in perpetual blocking without being notified.
- process: block SIGCHLD signal when spawning process
- Debugging tokio async application
- Option unwrap() on None when using AsyncWriteExt
- Inconsistent Error Handling Behavior with `?` operator in Marco #[tokio::main]
- Support for dynamic linking
- Bad file descriptor when using NVIDIA Messaging Accelerator (VMA)
- SimplexStream does not close other half on drop
- sync: Update broadcast::recv to return a named future
- Docs
- Rust not yet supported