Surviving Rust Async Interfaces
I used to be afraid of async Rust. It's easy to get into trouble ! But thanks to the work done by the whole community, async Rust is getting easier to use every week. One proje... (more…)
Read more »In a recent lang team meeting we discussed
the upcoming
Stream
RFC. We covered both the steps required to land it, and the steps we’d want
to take after that. One of the things we’d want eventually for streams is:
“async iteration syntax”. Just like for x… Read more