Merge branch 'master' into feature/task-functions
[poolifier.git] / src / pools / worker.ts
index 5a351df0920244400082391b8d0c0680eb32f7a3..37d6308507669dd1f0ebcc295b790a1857c16a3e 100644 (file)
@@ -144,7 +144,7 @@ export interface WorkerInfo {
   /**
    * Task function names.
    */
-  taskFunctions?: string[]
+  taskFunctionNames?: string[]
 }
 
 /**
@@ -173,6 +173,8 @@ export interface WorkerUsage {
 
 /**
  * Worker choice strategy data.
+ *
+ * @internal
  */
 export interface StrategyData {
   virtualTaskEndTimestamp?: number