All Versions
6
Latest Version
Avg Release Cycle
189 days
Latest Release
1482 days ago

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.
  • v1.2.0 Changes

    March 08, 2019

    [1.2.0] - 2019-03-08

    โž• Added

    • Add support for match clauses in else block of case_wait. (Issue #9)
  • 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

  • v1.0.0 Changes

    September 02, 2017
    • Initial release supporting wait, case_wait, and cond_wait with either polling or condition variable signaling.