[Post-RFC] Stackless Coroutines

We could also have a hybrid of my and @Zoxc’s designs: since under my proposal yields are not allowed in the top-level functions at all, we could say “for your convenience, we’ll implicitly wrap function body in a closure”.

1 Like