We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
async
1 parent 33dbb14 commit 7b823e1Copy full SHA for 7b823e1
wit-0.3.0-draft/handler.wit
@@ -11,7 +11,7 @@ interface handler {
11
///
12
/// When imported, this function may be used to either send an outgoing
13
/// request over the network or pass it to another component.
14
- handle: func(
+ handle: async func(
15
request: request,
16
) -> result<response, error-code>;
17
}
0 commit comments