Async/Await II: Narrowing the Scope of the Problem

from blog Blogs on Without boats, dreams dry up, | ↗ original
Last time we talked about the broader problem that generators with references across yield points represent: self-referential structs. This time, I want to narrow in on the specific problem that needs to be solved to make generators work, and also discuss some ideas for solutions that I think are false starts. (I still don’t have a proposal about...