ac3959d121f1fcfa123f1118374a1c4b3d2bcf4f
2 const { ThreadWorker
} = require('../lib/workers')
4 function yourFunction (data
) {
5 for (let i
= 0; i
<= 1000; i
++) {
11 // console.log('This is the main thread ' + isMainThread)
15 module
.exports
= new ThreadWorker(yourFunction
)