X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Findex.ts;h=08943274da27c8176bcf4b6cebe3d8d408cc2656;hb=4cb259d3e1837759b8bac901d3755f1610b5ddc4;hp=6f6c53849162e84377d7c6380c1c29b3e499d127;hpb=251d6ac2d29d7361d671a8df17af51b414ea3b83;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 6f6c5384..08943274 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' @@ -67,8 +69,9 @@ export type { Task, TaskError, TaskPerformance, - WorkerStatistics + 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'