X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=8faba2552bb4cb772724aa350016471a36d659d2;hb=9eae3c69ca545dc5e4807e2ae059f850e2bd6f9f;hp=ac7ede0a746be1e5cfec0df8275aaeb7e72f9eff;hpb=a9780ad2992ef19ef824da2d796433fc7f193ec8;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index ac7ede0a..8faba255 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, + TaskFunctionOperationReturnType, TaskFunctions, TaskSyncFunction } from './worker/task-functions' @@ -66,7 +68,7 @@ export type { MessageValue, PromiseResponseWrapper, Task, - TaskError, + WorkerError, TaskPerformance, WorkerStatistics, Writable