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.0

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

+9 -6
-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.
+1
.gitignore
··· 1 1 node_modules 2 2 .claude 3 3 docs 4 + dist
+7
CHANGELOG.md
··· 1 + # moroutine 2 + 3 + ## 0.1.0 4 + 5 + ### Minor Changes 6 + 7 + - b6d4275: Initial version of moroutine: offload functions to worker threads with shared memory primitives for Node.js.
+1 -1
package.json
··· 1 1 { 2 2 "name": "moroutine", 3 - "version": "0.0.0", 3 + "version": "0.1.0", 4 4 "repository": { 5 5 "type": "git", 6 6 "url": "git@tangled.org:divy.zone/moroutine"