Skip to content

4.6.3

Compare
Choose a tag to compare
@ar37-rs ar37-rs released this 27 Sep 18:31
· 9 commits to main since this release

[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.