Offload functions to worker threads with shared memory primitives for Node.js.
1# moroutine
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
11## 0.1.0
12
13### Minor Changes
14
15- b6d4275: Initial version of moroutine: offload functions to worker threads with shared memory primitives for Node.js.