From c78f996ff986b8843f328e1f083547c538ac865b Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 7 Apr 2024 14:13:03 -0700 Subject: [PATCH] langref: update async functions section --- doc/langref.html.in | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index c70f088a51..1d1468ab95 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -8014,10 +8014,16 @@ test "global assembly" { {#header_close#} {#header_open|Async Functions#} -

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.

+

Async functions regressed with the release of 0.11.0. Their future in + the Zig language is unclear due to multiple unsolved problems:

+ +

These problems are surmountable, but it will take time. The Zig team + is currently focused on other priorities.

{#header_close#} {#header_open|Builtin Functions|2col#}