socketry / async

An awesome asynchronous event-driven reactor for Ruby.
MIT License
2.04k stars 85 forks source link

Fiber scheduler exception #262

Closed ioquatix closed 11 months ago

ioquatix commented 11 months ago

Fixes https://github.com/socketry/async/issues/260

Types of Changes

Contribution

ioquatix commented 11 months ago

This is a bit of a hack: CRuby is not totally consistent here - threads behave a little differently than top level process schedulers. This should probably be fixed.