Offload functions to worker threads with shared memory primitives for Node.js.
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add changeset for streaming channels

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+10
+10
.changeset/streaming-channels.md
··· 1 + --- 2 + "moroutine": minor 3 + --- 4 + 5 + Add streaming moroutines and channels 6 + 7 + - `async function*` moroutines stream values between threads via MessageChannel with backpressure 8 + - `channel()` enables fan-out (work stealing) when the same source is consumed by multiple workers 9 + - AsyncGenerator and StreamTask arguments are auto-detected without needing `channel()` 10 + - Pipeline chaining: pass one streaming moroutine as input to the next