UNPKG

@byterygon/workerr

Version:

Workerr is a lightweight library that simplifies working with Web Workers in JavaScript. It provides a more intuitive way to handle parallel tasks by using Promises, along with a built-in worker pool to efficiently manage worker instances. With strong Typ

5 lines (4 loc) 216 B
export { CommandBuilder } from './command'; export { Workerr } from './workerrThread'; export { WorkerrController } from './workerrController'; export type { WorkerControllerConstructor } from './workerrController';