digital-fabric / polyphony

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

Use only positional arguments in read and readpartial #109

Closed floriandejonckheere closed 1 year ago

floriandejonckheere commented 1 year ago

Revert a6341eb4709f9ca75a7cc53e010a0de96915fe80, which changes the signature from positional to keyword arguments. This breaks h1p and tipi. Fixed a couple of invalid references to buf_pos as well.