X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fselection-strategies%2Fselection-strategies-types.ts;h=563b04b00086a7a31a68f7cb25ca4bde6b513c92;hb=2826fc7a3ba7197b08fe5c352d8965b234f3abc5;hp=628e309566f7d37daaafbdd9c5277a0dd4420bea;hpb=4b628b4844b461e434c5945feead43b0cc7aab01;p=poolifier.git diff --git a/src/pools/selection-strategies/selection-strategies-types.ts b/src/pools/selection-strategies/selection-strategies-types.ts index 628e3095..563b04b0 100644 --- a/src/pools/selection-strategies/selection-strategies-types.ts +++ b/src/pools/selection-strategies/selection-strategies-types.ts @@ -147,13 +147,15 @@ export interface TaskStatisticsRequirements { */ export interface StrategyPolicy { /** - * Expects direct usage of dynamic worker. + * Expects direct usage of the newly created dynamic worker. */ readonly useDynamicWorker: boolean } /** * Worker choice strategy interface. + * + * @internal */ export interface IWorkerChoiceStrategy { /**