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: version 0.1.1

+9 -8
-7
.changeset/abort-signal-transfer.md
··· 1 - --- 2 - "moroutine": patch 3 - --- 4 - 5 - Auto-detect and transfer AbortSignal arguments to workers 6 - 7 - AbortSignal args are automatically detected, marked transferable via `util.transferableAbortSignal()`, and transferred to the worker. Works with regular tasks, streaming moroutines, and dedicated workers.
+8
CHANGELOG.md
··· 1 1 # moroutine 2 2 3 + ## 0.1.1 4 + 5 + ### Patch Changes 6 + 7 + - 5068c96: Auto-detect and transfer AbortSignal arguments to workers 8 + 9 + AbortSignal args are automatically detected, marked transferable via `util.transferableAbortSignal()`, and transferred to the worker. Works with regular tasks, streaming moroutines, and dedicated workers. 10 + 3 11 ## 0.1.0 4 12 5 13 ### Minor Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "moroutine", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "repository": { 5 5 "type": "git", 6 6 "url": "git@tangled.org:divy.zone/moroutine"