X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=f3bbe5031e3d8b94e65c1e0dfb343fa6c5e6c301;hb=1cc6e9ef64f399f4ca58da8079ef72a011ac4227;hp=08943274da27c8176bcf4b6cebe3d8d408cc2656;hpb=4ccb689a9b715ae55696e2336ea4092346fa69d9;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 08943274..f3bbe503 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,7 +7,6 @@ export { export { PoolEvents, PoolTypes } from './pools/pool' export type { IPool, - PoolEmitter, PoolEvent, PoolInfo, PoolOptions, @@ -60,6 +59,7 @@ export type { export type { TaskAsyncFunction, TaskFunction, + TaskFunctionOperationResult, TaskFunctions, TaskSyncFunction } from './worker/task-functions' @@ -67,7 +67,7 @@ export type { MessageValue, PromiseResponseWrapper, Task, - TaskError, + WorkerError, TaskPerformance, WorkerStatistics, Writable