Fix documentation generation
[poolifier.git] / src / pools / abstract-pool.ts
index 6393fe2eb599daa0971f5d66072a5c2f890737eb..1b10e03c01ed8d0ce2a82b94cdd327ebca8c25df 100644 (file)
@@ -5,8 +5,9 @@ import type {
 import { EMPTY_FUNCTION } from '../utils'
 import { isKillBehavior, KillBehaviors } from '../worker/worker-options'
 import type { PoolOptions } from './pool'
+import { PoolEmitter } from './pool'
 import type { IPoolInternal, TasksUsage } from './pool-internal'
-import { PoolEmitter, PoolType } from './pool-internal'
+import { PoolType } from './pool-internal'
 import type { IPoolWorker } from './pool-worker'
 import {
   WorkerChoiceStrategies,