X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fclasses%2FFixedThreadPool.html;h=b1f5eaf91f2efb1311489f54d5a0d838f30a6e1b;hb=f05afd162e34836a52c48b05781750e3421424d8;hp=b8d02a3b8d2306644cd511e74b60732eaf82652f;hpb=8d20e449d72975f6add9177d1097d5a204d14f71;p=poolifier.git diff --git a/docs/classes/FixedThreadPool.html b/docs/classes/FixedThreadPool.html index b8d02a3b..b1f5eaf9 100644 --- a/docs/classes/FixedThreadPool.html +++ b/docs/classes/FixedThreadPool.html @@ -47,7 +47,7 @@ +
  • Defined in src/pools/thread/fixed.ts:47
  • @@ -129,7 +129,7 @@
  • -
    opts: PoolOptions<ThreadWorkerWithMessageChannel> = {}
    +
    opts: ThreadPoolOptions = {}

    Options for this fixed thread pool.

  • @@ -137,7 +137,7 @@
    +
  • Defined in src/pools/thread/fixed.ts:58
  • Properties

    @@ -155,7 +155,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:54
  • filePath: string
    @@ -164,7 +164,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:89
  • numberOfWorkers: number
    @@ -173,16 +173,16 @@
    +
  • Defined in src/pools/abstract-pool.ts:88
  • -
    opts: PoolOptions<ThreadWorkerWithMessageChannel>
    -

    Options for the pool.

    + +

    Options for this fixed thread pool.

    +
  • Defined in src/pools/thread/fixed.ts:61
  • promiseResponseMap: Map<string, PromiseResponseWrapper<ThreadWorkerWithMessageChannel, Response>> = ...
    @@ -196,7 +196,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:64
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<ThreadWorkerWithMessageChannel, Data, Response>
    @@ -206,7 +206,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:74
  • workerNodes: WorkerNode<ThreadWorkerWithMessageChannel, Data>[] = []
    @@ -215,7 +215,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:51
  • Accessors

    @@ -230,7 +230,7 @@
    +
  • Defined in src/pools/thread/fixed.ts:134
  • +
  • Defined in src/pools/abstract-pool.ts:373
  • +
  • Defined in src/pools/abstract-pool.ts:222
  • +
  • Defined in src/pools/thread/fixed.ts:129
  • +
  • Defined in src/pools/thread/fixed.ts:124
  • +
  • Defined in src/pools/thread/fixed.ts:114
  • +
  • Defined in src/pools/thread/fixed.ts:119
  • Methods

    @@ -324,7 +324,7 @@ Can be overridden.

  • -
    message: MessageValue<Response, Worker | MessagePort>
    +
    message: MessageValue<Response, unknown, Worker | MessagePort>

    The received message.

  • @@ -332,7 +332,7 @@ Can be overridden.

    +
  • Defined in src/pools/abstract-pool.ts:483
  • +
  • Defined in src/pools/thread/fixed.ts:104
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:467
  • +
  • Defined in src/pools/abstract-pool.ts:607
  • +
  • Defined in src/pools/abstract-pool.ts:672
  • +
  • Defined in src/pools/thread/fixed.ts:96
  • +
  • Defined in src/pools/abstract-pool.ts:428
  • +
  • Defined in src/pools/thread/fixed.ts:72
  • +
  • Defined in src/pools/abstract-pool.ts:338
  • +
  • Defined in src/pools/abstract-pool.ts:393
  • +
  • Defined in src/pools/abstract-pool.ts:384
  • +
  • Defined in src/pools/thread/fixed.ts:67
  • Returns void

    Returns void

    +
  • Defined in src/pools/thread/fixed.ts:88
  • @@ -583,7 +588,7 @@ Can be overridden.

    +
  • Defined in src/pools/thread/fixed.ts:80
  • +
  • Defined in src/pools/abstract-pool.ts:350
  • +
  • Defined in src/pools/abstract-pool.ts:305
  • +
  • Defined in src/pools/abstract-pool.ts:327
  • +
  • Defined in src/pools/abstract-pool.ts:451
  • Returns void

    The listener function to execute when a message is received from a worker.

    +
  • Defined in src/pools/abstract-pool.ts:707