-
Notifications
You must be signed in to change notification settings - Fork 188
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
Implement Fiber#raise #2338
Comments
Thanks, and also allow |
The change for Fiber#transfer allowed in more cases is only in Ruby 3.0+ though, right? |
It is purely additive, it won't break Ruby 2.x |
Looking at Fiber specs, it seems there would be specs that break if we change the behavior of Is it needed by https://github.com/socketry/event ? |
The event library needs the following:
For new version of |
Looks like the |
Yes, |
It's part of the new 2.7 methods: #2004
And it's used notably by socketry/io-event#2
cc @ioquatix
The text was updated successfully, but these errors were encountered: