Bump standard from 16.0.2 to 16.0.3
[poolifier.git] / tests / workers / emptyWorker.js
... / ...
CommitLineData
1'use strict'
2const { ThreadWorker } = require('../../lib/workers')
3
4function test (data) {
5}
6
7module.exports = new ThreadWorker(test, { maxInactiveTime: 500 })