dicej requested alexcrichton for a review on PR #11357.
dicej opened PR #11357 from dicej:move-waitables-back to bytecodealliance:main:
There are a few places in
concurrent.rswhere we useGuestTask::sync_call_setto wait on waitables during synchronous calls. However, they may have been members of another set before we joined them tosync_call_set, in which case we need to move them back when we're done (or at least remove them fromsync_call_set).Prior to this fix, we would panic when dropping a task which had subtasks which had been synchronously cancelled. I've updated
async_cancel_callee.rsto cover that case.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
dicej requested wasmtime-core-reviewers for a review on PR #11357.
alexcrichton submitted PR review.
alexcrichton has enabled auto merge for PR #11357.
alexcrichton merged PR #11357.
Last updated: Dec 06 2025 at 06:05 UTC