rust-lang / wg-async

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

Home Page:https://rust-lang.github.io/wg-async/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task: AFIT case studies

tmandry opened this issue · comments

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

We'd like to collect case studies on async fn in trait, how it will be used, and what features are needed.

Here's current list of proposed case studies:

  • Tower
  • Hyper
  • Embassy
  • AWS SDK
  • Microsoft "Project X"
  • Fuchsia netstack