wg-async
wg-async copied to clipboard
Working group dedicated to improving the foundations of Async I/O in Rust
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** `for await` or equivalent for iterating over async iterators. Possibly part of a more general `await`...
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28**
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** Dependencies: * [x] #288 * [ ] #279 Unknowns: * Call-time `.box`, `Boxing` adapter, or both...
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** Enable libraries like Hyper and Quinn to be executor-agnostic and easy to use with any runtime....
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** Ability to write code that runs in both async and non-async mode. Part of the [keyword...
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** Almost all use cases for cleaning up resources asynchronously are addressed with some combination of language...
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** Async versions of `Read` and `Write`. Dependencies: - [x] #300 Unknowns and design questions are tracked...
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28**
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** Write a short doc on the kind of design we expect, and open questions, on this...
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** Top-line goal for wg-async in 2023. Shipping this requires some combination of: ```[tasklist] ### Research -...