X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=1e5ecbff62f82623a76feaa591c71a334a3c36c3;hb=6953e2cf25523cab4e0d6a9bcecb1250c19925f2;hp=cfbffb722f119cb7a33e1f3432785e88de47019f;hpb=fba4a5e282d93b5f7cb27a25ce31dec64dd4c45a;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index cfbffb72..1e5ecbff 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,6 +23,7 @@ export type { MeasurementStatistics, MessageHandler, OnlineHandler, + StrategyData, TaskStatistics, WorkerInfo, WorkerType, @@ -58,6 +58,7 @@ export type { export type { TaskAsyncFunction, TaskFunction, + TaskFunctionOperationResult, TaskFunctions, TaskSyncFunction } from './worker/task-functions' @@ -65,7 +66,7 @@ export type { MessageValue, PromiseResponseWrapper, Task, - TaskError, + WorkerError, TaskPerformance, WorkerStatistics, Writable