Add dynamic worker choice strategy change at runtime
[poolifier.git] / src / pools / cluster / fixed.ts
index 9d162d8983a7bdce2a68b19e040392be40e83cd4..971116bc27cfbd3cd470faa83a904a3949984920 100644 (file)
@@ -1,8 +1,8 @@
 import type { Worker } from 'cluster'
 import cluster from 'cluster'
 import type { 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'
 
 /**