Skip to content

Remove 🚟 gate from 'cancellable' on waitable-set.{wait,poll}#606

Open
lukewagner wants to merge 1 commit intomainfrom
move-cancellable
Open

Remove 🚟 gate from 'cancellable' on waitable-set.{wait,poll}#606
lukewagner wants to merge 1 commit intomainfrom
move-cancellable

Conversation

@lukewagner
Copy link
Member

The 🚟 gate is primarily intended for "stackful async" (i.e., lifting async without a callback), but it ended up gating the cancellable? immediate on waitable-set.{wait,poll}. It was also on thread.yield-to (but not the other coop threading built-ins?), so it was removed there too. The main Explainer.md forgot to mention 🚟 for cancellable, which is why it's not touched by the PR.

alexcrichton added a commit to alexcrichton/wasm-tools that referenced this pull request Feb 5, 2026
github-merge-queue bot pushed a commit to bytecodealliance/wasm-tools that referenced this pull request Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants