Merge most of the stuff from jerome-benoit:issue-62-ts-standard
[poolifier.git] / src / workers.ts
index bff3877581b4b2fe268524473092cc7435c521cb..990f2208bc0cd506d12776eaf1397035116294c9 100644 (file)
@@ -1,4 +1,5 @@
 import { isMainThread, parentPort } from 'worker_threads'
+
 import { AsyncResource } from 'async_hooks'
 
 export interface ThreadWorkerOptions {