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

RFC: async trait

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

Something like async Trait notation with a hook for Send bounds: async(Send) Trait

Could you add a description here?

Status update: @eholk Would update this RFC to only include async(Send) and split out the rest.

We decided not to pursue this for now, as trait transformers #309 is strictly more powerful.