X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=df1ca536a063a8a1412fb3f1dfe78ad7bf2cfc0e;hb=a4e07f7216246b772e13783937a97c87105b8fc3;hp=34989c1f1cec424af6ef55926358d4a898dfa965;hpb=70e79e39c8c80f90dc8875cc74f2d5c4c077cf15;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 34989c1f..df1ca536 100644 --- a/src/index.ts +++ b/src/index.ts @@ -22,7 +22,7 @@ export type { MessageHandler, OnlineHandler, Task, - TasksUsage, + WorkerUsage, WorkerNode } from './pools/worker' export { WorkerChoiceStrategies } from './pools/selection-strategies/selection-strategies-types' @@ -53,7 +53,9 @@ export type { export type { Draft, MessageValue, - PromiseResponseWrapper + PromiseResponseWrapper, + TaskPerformance, + WorkerStatistics } from './utility-types' export type { CircularArray } from './circular-array' export type { Queue } from './queue'