X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=67f64f0b3ca91bdb853aafffa4b38fd47955a46a;hb=e919313e51a0ee0fb5b81b9d5594c356e87fa930;hp=cfbffb722f119cb7a33e1f3432785e88de47019f;hpb=fba4a5e282d93b5f7cb27a25ce31dec64dd4c45a;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index cfbffb72..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,