Async Iteration Semantics in Rust — Parallel vs Sequential

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

Similar

Inline in Rust

There’s a lot of tribal knowledge surrounding #[inline] attribute in Rust.I often find myself teaching how it works, so I finally decided to write this... (more…)

Read more »