rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
98.96k stars 12.79k forks source link

Tracking Issue for `for await` loops #118898

Open eholk opened 11 months ago

eholk commented 11 months ago

This is a tracking issue for a for await loop variant that makes it easier to work with async iterators (#79024). The feature gate for the issue is #![feature(async_for_loop)].

About tracking issues

Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature. Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.

Steps

Dependencies

Unresolved Questions

This is an early experimental feature, so basically every question is still unresolved.

Implementation history

eholk commented 11 months ago

cc @rust-lang/wg-async