We can have nice AsyncIterator::map now!

This isn't an actual point of discussion so much as a celebration. With all the progress that has been made on async closures, it's actually possible to write a version of AsyncIterator::map that takes an async closure rather than a synchronous one. That's so cool!

Example

16 Likes