alexcrichton opened PR #13105 from alexcrichton:cleanup-task-faster to bytecodealliance:main:
The previous implementation would hit EOF on the input object, then hit EOF again, and then block on sending a value over the channel. There's no need for the task to stick around and infinitely generate EOF messages, however, so exit the task as soon as the first EOF is hit and a message is sent.
This was originally submitted as #13061 but then closed without any further communication. Nevertheless this seems like a prudent issue to fix.
alexcrichton requested wasmtime-wasi-reviewers for a review on PR #13105.
dicej submitted PR review.
alexcrichton has enabled auto merge for PR #13105.
alexcrichton added PR #13105 Clean up helper task in AsyncReadStream faster to the merge queue.
alexcrichton merged PR #13105.
alexcrichton removed PR #13105 Clean up helper task in AsyncReadStream faster from the merge queue.
Last updated: May 03 2026 at 22:13 UTC