X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=be0ed287633b24e211e46024f736aefc033701e3;hb=0819631dfe372ae4930cb476a7a81fb2f2a86804;hp=c4a8bf115174d6d60bb114975dfabc81f4a75c9f;hpb=501aea93c14789538c4e221fbab2f8afb80f4cf9;p=poolifier.git diff --git a/src/utility-types.ts b/src/utility-types.ts index c4a8bf11..be0ed287 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -125,7 +125,7 @@ export interface MessageValue } /** - * An object holding the execution response promise resolve/reject callbacks. + * An object holding the task execution response promise resolve/reject callbacks. * * @typeParam Response - Type of execution response. This can only be structured-cloneable data. * @internal @@ -140,7 +140,7 @@ export interface PromiseResponseWrapper { */ readonly reject: (reason?: unknown) => void /** - * The worker node key handling the execution. + * The worker node key executing the task. */ readonly workerNodeKey: number }