Skip to content

Releases: AdCampRu/anyevent-delay-simple

v0.06

13 Sep 11:31
Compare
Choose a tag to compare
  • Fixed handling of exceptions that may be raised into condvar callbacks.

v0.05

24 Feb 21:25
Compare
Choose a tag to compare

Incompatible changes:

  • The condition variable in list of callback arguments of delay() function moved to the last position.

New features:

  • If the first argument of the delay() or easy_delay() functions is blessed reference then all callbacks calls as methods of this reference.

v0.04

20 Nov 14:07
Compare
Choose a tag to compare

Incompatible changes:

  • Implemented control the flow of events within step. Changed arguments passed to callbacks and handlers.
  • Changed rule of importing finction it AE namespace. Now function will be prefixed with AE::.

Other:

  • The old version of the delay() function is now called as easy_delay().

v0.03

19 Nov 12:18
Compare
Choose a tag to compare
  • Implemented data transfer along the chain of callbacks.

v0.02

18 Nov 22:45
Compare
Choose a tag to compare
  • Implemented import of function into AE namespace.

v0.01

18 Nov 21:28
Compare
Choose a tag to compare

Initial release.