Skip to content

Commit 7b823e1

Browse files
rvolosatovsricochet
authored andcommitted
p3: add async annotations
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 33dbb14 commit 7b823e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wit-0.3.0-draft/handler.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface handler {
1111
///
1212
/// When imported, this function may be used to either send an outgoing
1313
/// request over the network or pass it to another component.
14-
handle: func(
14+
handle: async func(
1515
request: request,
1616
) -> result<response, error-code>;
1717
}

0 commit comments

Comments
 (0)