Releases: ar37-rs/flowync
Releases · ar37-rs/flowync
5.1.0
5.0.1
4.8.0
4.6.3
[4.6.3] - 2022-9-28
- Make Flower uncloneable to avoid any kind of data races, added FlowerState as alternative.
- Internal only: Replace Option<S, R> with TypeOpt<S, R> managing value of the sync (mtx) state.
- Revert: don't use trait bound Clone on type <S, R>
- Added functionality to set verboser error message using fn error_verbose.