X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=367c205c977582f14ea68b4f8d8776eff373581f;hb=25f5b5de1c522d29f7a16597245a2f7c9434b124;hp=4730ad6557a5a922beb5db4aabb9eb0379832e06;hpb=4a1fe3d43ed62499dfc8352e6cc93b13931ecdaf;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 4730ad65..367c205c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -44,11 +44,7 @@ export type { } from './pools/selection-strategies/selection-strategies-types' export type { WorkerChoiceStrategyContext } from './pools/selection-strategies/worker-choice-strategy-context' export { DynamicThreadPool } from './pools/thread/dynamic' -export { - FixedThreadPool, - type ThreadPoolOptions, - type ThreadWorkerWithMessageChannel -} from './pools/thread/fixed' +export { FixedThreadPool, type ThreadPoolOptions } from './pools/thread/fixed' export type { AbstractWorker } from './worker/abstract-worker' export { ClusterWorker } from './worker/cluster-worker' export { ThreadWorker } from './worker/thread-worker' @@ -61,7 +57,6 @@ export type { WorkerSyncFunction } from './worker/worker-functions' export type { - Draft, MessageValue, PromiseResponseWrapper, TaskError,