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.

feat: export WorkerOptions type

+1 -1
+1 -1
src/index.ts
··· 6 6 export type { ChannelOptions } from './channel.ts'; 7 7 export { workers } from './worker-pool.ts'; 8 8 export { transfer } from './transfer.ts'; 9 - export type { Runner } from './runner.ts'; 9 + export type { Runner, WorkerOptions } from './runner.ts'; 10 10 export { 11 11 shared, 12 12 int8,