Add dynamic worker choice strategy change at runtime
[poolifier.git] / src / pools / thread / dynamic.ts
index 361c615c78a8724421748036900021d550c9535e..a5b9eb7c37c49d945a23112ea9ee95832079ad58 100644 (file)
@@ -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'