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.

at e2cebd539403475e2f4e79d55ca1a84a0ce3510d 6 lines 115 B view raw
1import { mo } from 'moroutine'; 2 3export const gen = mo(import.meta, async function* () { 4 yield 1; 5 yield 2; 6});