Add test cases and fixed some sonar code smells
[poolifier.git] / src / worker / abstract-worker.ts
index b65ed5901c3fe8d76b5868cb4e78273af9ee209d..768c8d95ee3493267163b07ca7ff332f31caa152 100644 (file)
@@ -3,7 +3,6 @@ import type { Worker } from 'cluster'
 import type { MessagePort } from 'worker_threads'
 import type { MessageValue, KillBehavior } from '../utility-types'
 import type { WorkerOptions } from './worker-options'
-// import { killBehaviorTypes } from './worker-options'
 
 const defaultMaxInactiveTime = 1000 * 60
 // TODO fix this and avoid that SOFT/HARD words are replicated so much times into the project