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

v0.7.0

Choose a tag to compare

@choval choval released this 15 May 16:55
· 3 commits to master since this release
a8f5f19
  • 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.