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
cancellable
waitable-set.poll
1 parent d322e64 commit ed3c731Copy full SHA for ed3c731
design/mvp/CanonicalABI.md
@@ -3760,11 +3760,11 @@ delivered at a later `cancellable` call.
3760
3761
For a canonical definition:
3762
```wat
3763
-(canon waitable-set.poll $async? (memory $mem) (core func $f))
+(canon waitable-set.poll $cancellable? (memory $mem) (core func $f))
3764
```
3765
validation specifies:
3766
* `$f` is given type `(func (param $si i32) (param $ptr i32) (result i32))`
3767
-* 🚟 - `async` is allowed (otherwise it must be `false`)
+* 🚟 - `cancellable` is allowed (otherwise it must be `false`)
3768
3769
Calling `$f` invokes the following function, which returns `NONE` (`0`) instead
3770
of blocking if there is no event available, and otherwise returns the event the
0 commit comments