X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=fab0d8ed575e72a6f37f7705b6fae64f604d2337;hb=b57947539ef003e51b7a70af295755355a95277a;hp=ac7ede0a746be1e5cfec0df8275aaeb7e72f9eff;hpb=a9780ad2992ef19ef824da2d796433fc7f193ec8;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index ac7ede0a..fab0d8ed 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,6 +24,7 @@ export type { MeasurementStatistics, MessageHandler, OnlineHandler, + StrategyData, TaskStatistics, WorkerInfo, WorkerNodeEventCallback, @@ -59,6 +60,7 @@ export type { export type { TaskAsyncFunction, TaskFunction, + TaskFunctionOperationResult, TaskFunctions, TaskSyncFunction } from './worker/task-functions' @@ -66,7 +68,7 @@ export type { MessageValue, PromiseResponseWrapper, Task, - TaskError, + WorkerError, TaskPerformance, WorkerStatistics, Writable