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.

changeset

+5 -10
+5
.changeset/heavy-worlds-taste.md
··· 1 + --- 2 + 'moroutine': minor 3 + --- 4 + 5 + Initial version of moroutine: offload functions to worker threads with shared memory primitives for Node.js.
-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