Iterator, Generator

from blog Without boats, dreams dry up, | ↗ original
I have been devoting a lot of my free time in the past month to thinking about structured concurrency, and a blog post about that is coming soon, but first I want to revisit iterators and generators. In a previous post, I wrote about one of the hardest problems for generators: self-referential generators. Unlike the Future trait when we were...