<div align="center">
-<img src="./docs/logo.png" width="475" height="400"/>
+<img src="./docs/logo.png" width="340px" height="266px"/>
</div>
<h2 align="center">Node Thread Pool :arrow_double_up: :on:</h2>
'use strict'
const { ThreadWorker } = require('poolifier')
-function yourFunction (data) {
+function yourFunction(data) {
// this will be executed in the worker thread,
// the data will be received by using the execute method
return { ok: 1 }