Polyphony 1.4 released #110
noteflakes
announced in
Updates
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Polyphony 1.4 has been released!
New features
IO#close
is now fiber-friendly. When using the io_uring backend, closing an IO will not block the Ruby process, but will instead yield control until the close operation is completed.Bug Fixes
IO#read
andIO#readpartial
have been fixed to use positional arguments again (Use only positional arguments in read and readpartial #109, thanks @floriandejonckheere!)Other improvements
Thanks,
Sharon
Beta Was this translation helpful? Give feedback.
All reactions