X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=67f64f0b3ca91bdb853aafffa4b38fd47955a46a;hb=be71219a2e687e8a46a167503df4f5620807db0b;hp=85c3a564af238e2858517105ec2960461f41c0a4;hpb=30c799e98a2d088cbca774d347983a04ebc5f5a5;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 85c3a564..67f64f0b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,6 +16,8 @@ export type { } from './pools/pool' export { WorkerTypes } from './pools/worker' export type { + BackPressureCallback, + EmptyQueueCallback, ErrorHandler, EventLoopUtilizationMeasurementStatistics, ExitHandler, @@ -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'