Hacker News new | ask | show | jobs
by richardwhiuk 2497 days ago
They are available in nightly - https://doc.rust-lang.org/beta/unstable-book/language-featur... - but are very unstable.

I think "at some point" is the best answer :)

1 comments

To be clear on how unstable: they have not received an actual RFC yet, so they’re barely designed at all. It will be some time before they’re stable, as in some sense, they haven’t even started the process.

I’d imagine that they would go through the stages faster than many other features, though, given that they implementation will have received a lot of testing via async/await.