X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=a418ee885f903d3bb9838c0c34be0e6bbce43524;hb=251d6ac2d29d7361d671a8df17af51b414ea3b83;hp=1783b4e6f36adfa9f778cbd74b3ce46975bb40a2;hpb=1e3214b63e262557aadebf3c57e8388de6a4bbe4;p=poolifier.git diff --git a/src/utility-types.ts b/src/utility-types.ts index 1783b4e6..a418ee88 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -110,6 +110,10 @@ export interface MessageValue * Task performance. */ readonly taskPerformance?: TaskPerformance + /** + * Task function names. + */ + readonly taskFunctions?: string[] /** * Whether the worker computes the given statistics or not. */