-
Notifications
You must be signed in to change notification settings - Fork 31
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
Unwinding support #70
base: master
Are you sure you want to change the base?
Conversation
One unresolved question is what to do about unfinished generators in the following cases with & without unwinding:
|
Is this PR planned to be merged? |
@carllerche Yes, the main blocker is uncertainty about how this can be made to work well with |
Ok great. I would like to use fringe here: http://github.com/carllerche/loom Right now I’m using a fork that includes this PR. It would also be great if fringe could work on stable :-) |
That's an exciting project! I'm afraid that getting libfringe to work on stable Rust would require stabilising inline assembly, though there are alternative (slower) approaches that could be implemented with similar APIs. |
@edef1c It would be nice if there were a stable (slower) option w/ a nightly feature flag. Right now, libfringe is the only Rust generator lib that does the right thing. generator-rs seems to SEGV if RUST_BACKTRACE=1 is specified. |
See previous discussion in #52.