docs: refine task stealing documentation
[poolifier.git] / src / pools / pool.ts
index 118b283246e8fc71691911ea816726a3b716ff01..06989941fd7030c52286cd0c18a3c909d654c2db 100644 (file)
@@ -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
    */