Merge branch 'master' into feature/task-functions
[poolifier.git] / src / pools / worker.ts
index 29050455088c6efd49d8147aed07c41f2a5a004e..37d6308507669dd1f0ebcc295b790a1857c16a3e 100644 (file)
@@ -144,7 +144,7 @@ export interface WorkerInfo {
   /**
    * Task function names.
    */
-  taskFunctions?: string[]
+  taskFunctionNames?: string[]
 }
 
 /**