You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
To respect RAII, if a generator is destroyed we should raise an exception from
yield()(like Python)There's a lot of undefined behavior right now with running off the ends of and destroying generators in general, I want to look over it.