Releases: socketry/async
Releases · socketry/async
v2.38.0
- Rename
Task#stoptoTask#cancelfor better clarity and consistency with common concurrency terminology. The oldstopmethod is still available as an alias for backward compatibility, but it is recommended to usecancelgoing forward. - Forward arguments from
Task#wait->Promise#wait, sotask.wait(timeout: N)is supported.
v2.37.0
v2.21.1
v2.14.2
Full Changelog: v2.14.1...v2.14.2
v2.12.0
v2.11.0
v2.10.2
What's Changed
- Update readme.md - fixing a typo by @peychinov in #313
- Add
source_code_urito published gemspec.
New Contributors
- @peychinov made their first contribution in #313
Full Changelog: v2.10.1...v2.10.2
v2.10.1
v2.10.0
v1.32.1
- Backport
Async::Task#defer_stop. - Reduce junk output by adding
Async::Reactor#inspect.
Full Changelog: v1.31.0...v1.32.1