X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2FmultiFunctionExample.js;h=27a503256b776d163b29ad7a64a0a8d425ebf6c1;hb=0819631dfe372ae4930cb476a7a81fb2f2a86804;hp=829ba93d4c59e852f872a47c6d5dbaa9dc4c5597;hpb=f65efa796405c785a1ab5e646e30fc27418a6151;p=poolifier.git diff --git a/examples/multiFunctionExample.js b/examples/multiFunctionExample.js index 829ba93d..27a50325 100644 --- a/examples/multiFunctionExample.js +++ b/examples/multiFunctionExample.js @@ -1,3 +1,4 @@ +'use strict' const { FixedThreadPool, availableParallelism } = require('poolifier') const pool = new FixedThreadPool(