Add dynamic worker choice strategy change at runtime
[poolifier.git] / src / pools / thread / fixed.ts
index e3f9602cd93cdfc3a3e03b3ab7860fe25cdb5135..da3c0138387495eb63c9f8c1c9c29429088f6cbb 100644 (file)
@@ -1,7 +1,7 @@
 import { isMainThread, MessageChannel, SHARE_ENV, Worker } from 'worker_threads'
 import type { Draft, MessageValue } from '../../utility-types'
-import type { PoolOptions } from '../abstract-pool'
 import { AbstractPool } from '../abstract-pool'
+import type { PoolOptions } from '../pool'
 import { PoolType } from '../pool-internal'
 
 /**