1078982305231aa813708cda87f1d44c19fbe36d
2 const { ThreadWorker
, KillBehaviors
} = require('../../../lib')
3 const TestUtils
= require('../../test-utils')
5 async
function error (data
) {
6 return TestUtils
.sleepWorkerFunction(
10 'Error Message from ThreadWorker:async'
14 module
.exports
= new ThreadWorker(error
, {
16 killBehavior
: KillBehaviors
.HARD