digital-fabric / polyphony

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

Implement IOStream #119

Open noteflakes opened 11 months ago

noteflakes commented 11 months ago

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