New benchmarking without any library to better understand how the bench is executed...
[poolifier.git] / index.js
1 module.exports.FixedThreadPool = require('./lib/fixed')
2 module.exports.DynamicThreadPool = require('./lib/dynamic')
3 module.exports.ThreadWorker = require('./lib/workers').ThreadWorker