X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=08943274da27c8176bcf4b6cebe3d8d408cc2656;hb=cb4889b43e6935f6dd70d8011ba085c9ca7218ba;hp=85c3a564af238e2858517105ec2960461f41c0a4;hpb=b7ca12ae3bfb54a42c0e9879067fc3a976685bb7;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 85c3a564..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' @@ -71,5 +73,5 @@ export type { 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'