Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Releases: choval/async

v0.7.1

30 May 20:59
Compare
Choose a tag to compare
Use zombie-reaper

v0.7.0

15 May 16:55
a8f5f19
Compare
Choose a tag to compare
  • Fixed Choval\Async\async failing in alpine
  • Allows named parameters

This update might break against v0.6.x, as functions didn't care at which position the LoopInterface was passed.
It is now expected at the end or as a named parameter.
Async class methods kept the same position for parameters.

v0.6.3

22 Apr 11:42
Compare
Choose a tag to compare

Reduced intervals

v0.6.2

19 Mar 17:32
Compare
Choose a tag to compare

Libraries update

v0.6.1

10 Jan 13:10
Compare
Choose a tag to compare

Refresh

v0.6.0

12 Jul 15:26
03a6c6d
Compare
Choose a tag to compare

v0.5.32

14 Jun 16:48
cb79d7b
Compare
Choose a tag to compare
  • Handles array of exceptions when using yield. For example: yield Promise\all(...)

v0.5.31

13 Mar 11:40
Compare
Choose a tag to compare
  • Calls a GC cycle before forking (Async\async), affects file functions

v0.5.30

25 Feb 14:39
Compare
Choose a tag to compare
  • Fixes calling Async\init multiple times.

v0.5.29

09 Feb 05:50
Compare
Choose a tag to compare
  • Async\is_valid_regexp
  • Fixes rglob ignore non-regexp under PHP8