diff --git a/doc/langref.html.in b/doc/langref.html.in index 92fae2347d..54677bc5b5 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -5383,6 +5383,16 @@ test "main" { This function is only valid within function scope.
{#header_close#} + {#header_open|@handle#} +@handle()
+
+ This function returns a promise->T
type, where T
+ is the return type of the async function in scope.
+
+ This function is only valid within an async function scope. +
+ {#header_close#} {#header_open|@import#}@import(comptime path: []u8) (namespace)