Cloudef / zig-aio

io_uring like asynchronous API and coroutine powered IO tasks for zig
https://cloudef.github.io/zig-aio/
MIT License
175 stars 6 forks source link

coro: custom stack switch routine #5

Open Cloudef opened 4 months ago

Cloudef commented 4 months ago

Allow providing custom stack switch routine comptime, so stack switching can be implemented for custom targets.