UNPKG

node-threads-pool

Version:

Node-Threads-Pool is a tool for creating thread pools in Node.js, making it easy to implement efficient parallel computing. With Node-Threads-Pool, you can easily create and manage multiple threads, allocate tasks to worker threads in the thread pool, and

8 lines (7 loc) 181 B
const {isMainThread} = require("worker_threads"); module.exports = { Eve: require('./lib/eve'), Adam: require('./lib/adam'), Thread: require('./lib/thread'), isMainThread }