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**
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** Enable structured concurrency _with parallelism_ in Rust. For more information, see this [blog post](https://tmandry.gitlab.io/blog/posts/2023-03-01-scoped-tasks/).
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** A default async runtime for Rust makes getting started easy, but it is easily swapped for...
**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** Trait under rust-lang (ideally std) that can be used to set a timer on any executor.
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** Trait under rust-lang (ideally std) that can be used to spawn tasks on any executor. Unknowns:...
**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** ```[tasklist] ### Dependencies - [ ] #287 - [ ] #279 ``` Unknowns: * Keyword generics
described in more detail here: https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/.5Bblog.5D.20ergonomic.20self-referential.20types/near/448271773