wg-async
wg-async copied to clipboard
Working group dedicated to improving the foundations of Async I/O in Rust
### Brief summary Alan wants to intermix data processing and he finds it difficult. He misses Kotlin's support for coroutines. Barbara laments the lack of structured concurrency or Rayon-like APIs....
### Brief summary i've heard a number of people cite per-thread executors as a good model for high efficiency. There are issues like [`Context` implementing Send+Sync](https://github.com/rust-lang/rust/issues/66481). Are people doing this?...
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. Changelog Sourced from regex's changelog. 1.5.5 (2022-03-08) This releases fixes a security bug in the regex compiler. This bug permits a vector for a...
Minor updates to point out progress on the symbol naming suggestion, and also to reference https://github.com/eholk/better-backtrace where some of the filtering and formatting ideas are being prototyped.
* Brief summary: I've heard a lot of people discuss hazards related to task cancellation -- I think this is because any `await` point is effectively a cancellation point, and...
| Metadata | | | --- | --- | | Name | Async Foundations Umbrella Initiative | | Owner | @nikomatsakis, @tmandry | | Lang team liaison | TBD |...
writing an I/O-related library that doesn't care about whether it's used in a sync or async context
* Character: [Barbara](https://rust-lang.github.io/wg-async-foundations/vision/characters/barbara.html) (almost) * Brief summary: Barbara tries to write a library that parses a particular kind of format in a streaming fashion that works with any implementation of...
This issue tracks the steps for setting up a new initiative in the async vision [roadmap]. Please read the [instructions for owning an initiative][owning]. Top-level goal: #259 Portable across runtimes,...
This issue tracks the steps for setting up a new top-level goal in the async vision [roadmap]. Please read the [instructions for owning a goal][owning]. Goal owner: @nrc - [...
This issue tracks the steps for setting up a new initiative in the async vision [roadmap]. Please read the [instructions for owning an initiative][owning]. Top-level goal: #249 Initiative owner: TBD...