rsepassi / zigcoro

A Zig coroutine library
BSD Zero Clause License
85 stars 6 forks source link

Updated asyncio module for task-like execution #6

Closed rsepassi closed 10 months ago

rsepassi commented 10 months ago

Add top-level run for coroutine kick-off. Add asyncio.xawait for parallel execution. Store everything but the return value in the coro stack. Clean up aio tests.