X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fthread%2Fdynamic.ts;h=a5b9eb7c37c49d945a23112ea9ee95832079ad58;hb=0a01b5c3aa58059e7241d4394cf3953779029507;hp=361c615c78a8724421748036900021d550c9535e;hpb=35cf1c03f8379b58e410cad57189912379ee7b36;p=poolifier.git diff --git a/src/pools/thread/dynamic.ts b/src/pools/thread/dynamic.ts index 361c615c..a5b9eb7c 100644 --- a/src/pools/thread/dynamic.ts +++ b/src/pools/thread/dynamic.ts @@ -1,4 +1,4 @@ -import type { PoolOptions } from '../abstract-pool' +import type { PoolOptions } from '../pool' import { PoolType } from '../pool-internal' import type { ThreadWorkerWithMessageChannel } from './fixed' import { FixedThreadPool } from './fixed'