Releases: jvoegele/wait_for_it
Releases · jvoegele/wait_for_it
1.2.0 release
1.1.1 release
[1.1.1] - 2018-03-03
Added
- Add idle timeout feature for ConditionVariable.
- Improved test suite.
1.1.0 release
[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
1.0.0 release
Initial release supporting wait
, case_wait
, and cond_wait
with either polling or condition variable signaling.