From: Alessandro Pio Ardizio Date: Mon, 20 Jan 2020 08:23:44 +0000 (+0100) Subject: Update index.js X-Git-Tag: v0.0.1~28 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=44703dc2137a5831a13fcc8254103dc1cd2e202f;hp=c719859cee641746563db75ad6725911ec6f7c28;p=poolifier.git Update index.js --- diff --git a/index.js b/index.js index c2d4c91e..3479a36c 100644 --- a/index.js +++ b/index.js @@ -1 +1,3 @@ module.exports.FixedThreadPool = require('./lib/fixed') +module.exports.DynamicThreadPool = require('./lib/dynamic) +module.exports.ThreadWorker = require('./lib/workers').ThreadWorker