When to anticipate async closures and traits?

Hello, I see some work on async is underway: 📅 Roadmap - wg-async

But I'm curious what is the approximate timeframe for it to be ready?

There are like over 30 deliverables in there. Can you be more specific?

1 Like

async closures and traits

I can't spot either on the roadmap you linked, but async trait methods were stabilized in 1.75 and async closures recently started the process of stabilization:

1 Like

@jofas Thank you, I've mistaken with async traits, it works with #[allow(async_fn_in_trait)], right.
So its about 6 months probably.

In general I watch the Rust blog to get an idea of what's coming.