Hello, @ityonemo, and welcome to Ziggit! Great to see you joining the Zig discourse here.
Have you seen @andrewrk’s yesterday’s stream of implementing userland async (as part of the new IO interface) in the form of stackful coroutines, which is different from the language async in the form of stackless coroutines that was removed in 0.11.0?
It seems that zigler’s “yielding FFI” could still be achieved with the new userland IO implementation, without language-level async from before, or am I wrong?