Zig 0.12.0
Unclaimed project
Are you a maintainer of zigcoro? Claim this project to take control of your public changelog and roadmap.
Zig 0.12.0
Add Channels as the basic communication mechanism between coroutines. Add an Executor that augments the xev event loop for Channel/Notification events.
Update APIs to match Zig's expected async/await APIs.
asyncio.run and asyncio.xawait allow for an async/await-like programming model.
Add libxev integration