X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Findex.ts;h=fab0d8ed575e72a6f37f7705b6fae64f604d2337;hb=447eca603b96bc46303dfa16f3048b68ae576b0c;hp=85c3a564af238e2858517105ec2960461f41c0a4;hpb=b7ca12ae3bfb54a42c0e9879067fc3a976685bb7;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 85c3a564..fab0d8ed 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,8 +24,10 @@ export type { MeasurementStatistics, MessageHandler, OnlineHandler, + StrategyData, TaskStatistics, WorkerInfo, + WorkerNodeEventCallback, WorkerType, WorkerUsage } from './pools/worker' @@ -58,6 +60,7 @@ export type { export type { TaskAsyncFunction, TaskFunction, + TaskFunctionOperationResult, TaskFunctions, TaskSyncFunction } from './worker/task-functions' @@ -65,11 +68,11 @@ export type { MessageValue, PromiseResponseWrapper, Task, - TaskError, + WorkerError, TaskPerformance, WorkerStatistics, Writable } from './utility-types' export type { CircularArray } from './circular-array' -export type { Deque } from './deque' +export type { Deque, Node } from './deque' export { availableParallelism } from './utils'