Merge branch 'master' into feature/task-functions
[poolifier.git] / src / index.ts
index 08943274da27c8176bcf4b6cebe3d8d408cc2656..8faba2552bb4cb772724aa350016471a36d659d2 100644 (file)
@@ -60,6 +60,7 @@ export type {
 export type {
   TaskAsyncFunction,
   TaskFunction,
+  TaskFunctionOperationReturnType,
   TaskFunctions,
   TaskSyncFunction
 } from './worker/task-functions'
@@ -67,7 +68,7 @@ export type {
   MessageValue,
   PromiseResponseWrapper,
   Task,
-  TaskError,
+  WorkerError,
   TaskPerformance,
   WorkerStatistics,
   Writable