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 repository to package.json

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

Devin Ivy b00ec542 7026c3d2

+4
+4
package.json
··· 1 1 { 2 2 "name": "moroutine", 3 3 "version": "0.0.0", 4 + "repository": { 5 + "type": "git", 6 + "url": "git@tangled.org:divy.zone/moroutine" 7 + }, 4 8 "license": "MIT", 5 9 "type": "module", 6 10 "exports": "./src/index.ts",