digital-fabric / polyphony

Fine-grained concurrency for Ruby
https://www.rubydoc.info/gems/polyphony
MIT License
655 stars 17 forks source link

Add support for Fiber#kill #98

Closed noteflakes closed 1 year ago

noteflakes commented 1 year ago

See https://github.com/ruby/ruby/pull/7796

Should be just an alias for Fiber#interrupt.