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.

moroutine#

0.1.1#

Patch Changes#

  • 5068c96: Auto-detect and transfer AbortSignal arguments to workers

    AbortSignal args are automatically detected, marked transferable via util.transferableAbortSignal(), and transferred to the worker. Works with regular tasks, streaming moroutines, and dedicated workers.

0.1.0#

Minor Changes#

  • b6d4275: Initial version of moroutine: offload functions to worker threads with shared memory primitives for Node.js.