X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fpool.ts;h=06989941fd7030c52286cd0c18a3c909d654c2db;hb=34d8846f1e7e54273f3944f687336c5624a18f39;hp=118b283246e8fc71691911ea816726a3b716ff01;hpb=25926072f5397949802f6af5a2f7d49d6f15cacc;p=poolifier.git diff --git a/src/pools/pool.ts b/src/pools/pool.ts index 118b2832..06989941 100644 --- a/src/pools/pool.ts +++ b/src/pools/pool.ts @@ -110,13 +110,13 @@ export interface TasksQueueOptions { */ readonly concurrency?: number /** - * Whether to enable task stealing. + * Whether to enable task stealing on empty queue. * * @defaultValue true */ readonly taskStealing?: boolean /** - * Whether to enable tasks stealing on back pressure. + * Whether to enable tasks stealing under back pressure. * * @defaultValue true */