digital-fabric / polyphony

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

Implement IOStream #119

Open noteflakes opened 1 year ago

noteflakes commented 1 year ago

This PR introduces an IOStream class, used for efficient reading from arbitrary IOs, following the design in #115.