wg-async icon indicating copy to clipboard operation
wg-async copied to clipboard

Working group dedicated to improving the foundations of Async I/O in Rust

Results 88 wg-async issues
Sort by recently updated
recently updated
newest added

**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`...

roadmap-topic

**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28**

roadmap-topic

**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...

roadmap-topic

**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....

roadmap-topic

**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...

roadmap-topic

**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...

roadmap-topic

**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 -...

roadmap-topic