Skip to content
New issue

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

Tear down generators when destroyed #4

Open
s4y opened this issue Sep 9, 2013 · 0 comments
Open

Tear down generators when destroyed #4

s4y opened this issue Sep 9, 2013 · 0 comments
Assignees
Labels

Comments

@s4y
Copy link
Owner

s4y commented Sep 9, 2013

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.

@ghost ghost assigned s4y Sep 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant