All Versions
6
Latest Version
Avg Release Cycle
189 days
Latest Release
1152 days ago
Changelog History
Changelog History
-
v1.3.0 Changes
April 02, 2020๐ Changed
- ๐ Use DynamicSupervisor to manage condition variables.
-
v1.2.1 Changes
March 14, 2019โ Added
- โ Add
:pre_wait
option to all forms of waiting.
- โ Add
-
v1.2.0 Changes
March 08, 2019 -
v1.1.1 Changes
March 03, 2018[1.1.1] - 2018-03-03
โ Added
- โ Add idle timeout feature for ConditionVariable.
- ๐ Improved test suite.
-
v1.1.0 Changes
September 02, 2017[1.1.0] - 2017-09-02
โ Added
- Add support for else clause in case_wait and cond_wait. (Issue #4)
- โ Add this CHANGELOG
๐ Changed
- Use supervisor to manage condition variables. (Issue #5)
๐ Fixed
- ๐ Grammar fixes for README and @moduledoc. Thanks to @GregMefford for the fixes.
- Fix unexpected messages from wait_for_it when used with Genserver
-
v1.0.0 Changes
September 02, 2017- Initial release supporting
wait
,case_wait
, andcond_wait
with either polling or condition variable signaling.
- Initial release supporting