Skip to content

Releases: rsepassi/zigcoro

v0.6.0

23 Apr 18:28
Compare
Choose a tag to compare

Zig 0.12.0

v0.5.0

21 Sep 23:44
Compare
Choose a tag to compare

Add Channels as the basic communication mechanism between coroutines.
Add an Executor that augments the xev event loop for Channel/Notification events.

v0.4.0

12 Sep 18:22
Compare
Choose a tag to compare

Update APIs to match Zig's expected async/await APIs.

v0.3.0

08 Sep 23:41
960fc7a
Compare
Choose a tag to compare

asyncio.run and asyncio.xawait allow for an async/await-like programming model.

v0.2.0

31 Aug 17:17
ea4225b
Compare
Choose a tag to compare

Add libxev integration

v0.1.0

30 Aug 00:12
Compare
Choose a tag to compare

Initial release.