flowync 2.0.5

A simple utility for multithreading a/synchronization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Changelog

## [2.0.x] - 2022-4-1
- Breaking change:
    * remove Leaper
    * refactor flower
- New features:
    * add activate and is_active fn hopefully more intuitive for showing progress or loading indicator.

## [1.8.9] - 2021-12-19
- Feat(Flower/Leaper): fn result_is_ready and channel_is_present added
- parking-lot feature added (std sync mutex and std sync condivar replacement)
- a few optimizations.