Releases: rsepassi/zigcoro
Releases · rsepassi/zigcoro
v0.5.0
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
Update APIs to match Zig's expected async/await APIs.
v0.3.0
asyncio.run
and asyncio.xawait
allow for an async/await-like programming model.