1 export type { AbstractPool
} from
'./pools/abstract-pool'
2 export { DynamicClusterPool
} from
'./pools/cluster/dynamic'
5 type ClusterPoolOptions
6 } from
'./pools/cluster/fixed'
7 export { PoolEvents
, PoolTypes
, WorkerTypes
} from
'./pools/pool'
27 } from
'./pools/worker'
28 export { WorkerChoiceStrategies
} from
'./pools/selection-strategies/selection-strategies-types'
30 IWorkerChoiceStrategy
,
33 WorkerChoiceStrategyOptions
34 } from
'./pools/selection-strategies/selection-strategies-types'
35 export type { WorkerChoiceStrategyContext
} from
'./pools/selection-strategies/worker-choice-strategy-context'
36 export { DynamicThreadPool
} from
'./pools/thread/dynamic'
39 type ThreadPoolOptions
,
40 type ThreadWorkerWithMessageChannel
41 } from
'./pools/thread/fixed'
42 export type { AbstractWorker
, TaskPerformance
} from
'./worker/abstract-worker'
43 export { ClusterWorker
} from
'./worker/cluster-worker'
44 export { ThreadWorker
} from
'./worker/thread-worker'
45 export { KillBehaviors
} from
'./worker/worker-options'
46 export type { KillBehavior
, WorkerOptions
} from
'./worker/worker-options'
52 } from
'./worker/worker-functions'
56 PromiseResponseWrapper
,
58 } from
'./utility-types'
59 export type { CircularArray
} from
'./circular-array'
60 export type { Queue
} from
'./queue'