Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: arxdeus/zigcoro

Tags

v0.5.0

Toggle v0.5.0's commit message
Mv Error into coro.zig

v0.4.0

Toggle v0.4.0's commit message
Add section about switching to Zig async/await

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update asyncio module for task-like execution (rsepassi#6)

Add top-level run for coroutine kick-off.
Add asyncio.xawait for parallel execution.
Store everything but the return value in the coro stack.
Ensure coroutines have a stable parent that's yielded to on
return.
Remove unnecessary constCast in coro storage.
Clean up aio tests.
Update readme

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add async IO with libxev (rsepassi#5)

v0.1.0

Toggle v0.1.0's commit message
Add license