feat: add per task function strategy support
[poolifier.git] / src / index.ts
index 5b0eb9090e3c8cf583a67ee6c9d392842a23267c..a4482d58bb34e880291dede0cbe6e7d86b36e820 100644 (file)
@@ -27,7 +27,7 @@ export {
   Measurements,
   WorkerChoiceStrategies
 } from './pools/selection-strategies/selection-strategies-types.js'
-export type { WorkerChoiceStrategyContext } from './pools/selection-strategies/worker-choice-strategy-context.js'
+export type { WorkerChoiceStrategiesContext } from './pools/selection-strategies/worker-choice-strategies-context.js'
 export { DynamicThreadPool } from './pools/thread/dynamic.js'
 export type { ThreadPoolOptions } from './pools/thread/fixed.js'
 export { FixedThreadPool } from './pools/thread/fixed.js'