X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fworker.ts;h=9a27d8a5056bb7b4b222f2d210803699ab95ad0d;hb=55d7d6002049be09a06b08da26febe2e8bfa494b;hp=be677a04fa1022a28b9f4de6f80938e5c94ec322;hpb=88af9bf11e70a785747f7511e26d13355ba9deb7;p=poolifier.git diff --git a/src/pools/worker.ts b/src/pools/worker.ts index be677a04..9a27d8a5 100644 --- a/src/pools/worker.ts +++ b/src/pools/worker.ts @@ -1,4 +1,4 @@ -import type { MessageChannel } from 'node:worker_threads' +import type { MessageChannel, WorkerOptions } from 'node:worker_threads' import type { EventEmitter } from 'node:events' import type { CircularArray } from '../circular-array' import type { Task } from '../utility-types'