digital-fabric / polyphony

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

Add IO.splice, IO.tee methods #82

Closed noteflakes closed 2 years ago

noteflakes commented 2 years ago

Signatures:

IO.splice(src, dest, len) -> count
IO.tee(src, dest, len) -> count