The Rustasync working group has
sunset
Runtime is no longer active. It was active from mid-2018 until fall 2019. It was
disbanded in anticipation of async/await
stabilizing in Rust 1.39, as
ecosystem adoption had reached a point that a dedicated working group was no
longer needed to help shepherd it.
This repo is for coordinating the Rust Async Ecosystem Working Group.
- Announcement of the 2019 working group reorganization
- Background on the original WG-net 2018 working groups is here.
- Come chat with us on #wg-async-ecosystem! #wg-async-foundation to chat with the Async Foundations WG!
The issue tracker on this repo is a primary point of coordination. If you have an async-related topic you'd like to raise, please feel free to open an issue!
- Leads: @aturon and @yoshuawuyts
- Vision document and roster
The WG is focused on progressing the ecosystem around the async foundations in 2019. If you want to get involved in these efforts, hop on Discord and say hello, or take a look at the issue tracker. Our goal is to improve the async library ecosystem in Rust by:
- Bolstering web components, i.e. assessing the state of foundational crates for web programming (like
http
andurl
), and working to improve it by writing documentation and examples, making API improvements, standardizing interfaces, and in some cases writing whole new crates. - Building Tide, which is a combination of a simple, modular web framework built on the above components, and extensive documentation on what the components are, how to use them directly, and how they integrate into a framework. The name "Tide" refers to "a rising tide lifts all boats", conveying the intent that this work is aimed to improve sharing, compatibility, and improvements across all web development and frameworks in Rust.
- Experimenting with projects such as the Juliex executor, the Romio reactor, and the Runtime crate
- The Asynchronous Programming in Rust book should have a complete draft, covering async/await, core futures concepts, Tokio, and enough of the ecosystem to give good examples and guidance. It should also explicitly talk about the stabilization situation, including how to bridge between stable 0.1 and unstable 0.3 worlds.