X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=f3bbe5031e3d8b94e65c1e0dfb343fa6c5e6c301;hb=3174f5a6007120dcd1c46f6621fb1693d3b8e5d8;hp=cfbffb722f119cb7a33e1f3432785e88de47019f;hpb=fba4a5e282d93b5f7cb27a25ce31dec64dd4c45a;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index cfbffb72..f3bbe503 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,7 +7,6 @@ export { export { PoolEvents, PoolTypes } from './pools/pool' export type { IPool, - PoolEmitter, PoolEvent, PoolInfo, PoolOptions, @@ -24,8 +23,10 @@ export type { MeasurementStatistics, MessageHandler, OnlineHandler, + StrategyData, TaskStatistics, WorkerInfo, + WorkerNodeEventCallback, WorkerType, WorkerUsage } from './pools/worker' @@ -58,6 +59,7 @@ export type { export type { TaskAsyncFunction, TaskFunction, + TaskFunctionOperationResult, TaskFunctions, TaskSyncFunction } from './worker/task-functions' @@ -65,7 +67,7 @@ export type { MessageValue, PromiseResponseWrapper, Task, - TaskError, + WorkerError, TaskPerformance, WorkerStatistics, Writable