Why there is no async await

  1. What happened to async await in 0.11 release
  2. When it will be available

Check out this post from andrew from a few weeks ago.
As far as I know there is no specific release date for async await mentioned, but I would assume that it happens at some point before 0.12.0.

1 Like

Citation from Documentation - The Zig Programming Language

Async functions are being temporarily regressed and will be restored before Zig 0.11.0 is tagged. I apologize for the instability. Please use Zig 0.10.0 with the -fstage1 flag for now if you need this feature.