We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To respect RAII, if a generator is destroyed we should raise an exception from yield() (like Python)
yield()
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.
The text was updated successfully, but these errors were encountered:
s4y
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: