File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1418,10 +1418,10 @@ canon ::= ...
14181418 | (canon backpressure.set (core func <id>?)) 🔀
14191419 | (canon task.return (result <valtype>)? <canonopt>* (core func <id>?)) 🔀
14201420 | (canon task.cancel (core func <id>?)) 🔀
1421- | (canon yield async ? (core func <id>?)) 🔀
1421+ | (canon yield cancellable ? (core func <id>?)) 🔀
14221422 | (canon waitable-set.new (core func <id>?)) 🔀
1423- | (canon waitable-set.wait async ? (memory <core:memidx>) (core func <id>?)) 🔀
1424- | (canon waitable-set.poll async ? (memory <core:memidx>) (core func <id>?)) 🔀
1423+ | (canon waitable-set.wait cancellable ? (memory <core:memidx>) (core func <id>?)) 🔀
1424+ | (canon waitable-set.poll cancellable ? (memory <core:memidx>) (core func <id>?)) 🔀
14251425 | (canon waitable-set.drop (core func <id>?)) 🔀
14261426 | (canon waitable.join (core func <id>?)) 🔀
14271427 | (canon subtask.cancel async? (core func <id>?)) 🔀
You can’t perform that action at this time.
0 commit comments