Releases: jjeffcaii/reactor-go
Releases · jjeffcaii/reactor-go
v0.5.6
What's Changed
- Fix item not-nil race by @echistyakov in #45
New Contributors
- @echistyakov made their first contribution in #45
Full Changelog: v0.5.5...v0.5.6
Release of v0.5.5
Bug Fix
- deadlock when using switch_if_error
Release of v0.4.8
Bug Fix
- timeout mono
Release of v0.5.4
Bug Fixes
- race problem when using timeout mono.
Release of v0.5.3
Bug Fix
- compatible with go1.18+ #39
Release of v0.5.2
New Features
- [scheduler] now you can create scheduler from ants.Pool directly.
Release v0.4.6
New Features
- [mono]: support block subscriber pool.
Release v0.5.1
Release v0.5.0
New Features
- Support
ZipWith
operator for mono.
Improvement
Zip
refinement.
Release v0.4.5
Bug fix
- Add panic recover for most of the Mono operations.