X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTasksQueueOptions.html;h=c8832185521ca4373a2765ab5487bf1d746c4a7c;hb=0b4e655ca22daa4e6efc10d4ef575520a3abfa2c;hp=482ac79b8ba8a33174cc8847decc8a7561f6716c;hpb=52589b47294bffa67444f0490c43476c95b19dc9;p=poolifier.git diff --git a/docs/interfaces/TasksQueueOptions.html b/docs/interfaces/TasksQueueOptions.html index 482ac79b..c8832185 100644 --- a/docs/interfaces/TasksQueueOptions.html +++ b/docs/interfaces/TasksQueueOptions.html @@ -1,13 +1,13 @@ -TasksQueueOptions | poolifier - v2.6.38
+TasksQueueOptions | poolifier - v2.6.45
-
+
  • The search index is not available
  • poolifier - v2.6.45 +
    @@ -24,22 +24,23 @@
    • TasksQueueOptions
    +
  • Defined in src/pools/pool.ts:103
  • - +

    Properties

    - +
    concurrency?: number

    Maximum number of tasks that can be executed concurrently on a worker node.

    @@ -48,15 +49,7 @@
    -
    - -
    queueMaxSize?: number
    -
    -

    Deprecated

    Use size instead.

    -
    +
  • Defined in src/pools/pool.ts:115
  • size?: number
    @@ -67,20 +60,42 @@
    +
  • Defined in src/pools/pool.ts:109
  • +
    + +
    taskStealing?: boolean
    +

    Whether to enable task stealing.

    +
    +
    +

    Default Value

    true
    +
    +
    +
    + +
    tasksStealingOnBackPressure?: boolean
    +

    Whether to enable tasks stealing on back pressure.

    +
    +
    +

    Default Value

    true
    +
    +
    @@ -88,74 +103,34 @@
    +
  • size
  • +
  • taskStealing
  • +
  • tasksStealingOnBackPressure
  • +

    Generated using TypeDoc

    -
    \ No newline at end of file +
    \ No newline at end of file