X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FIPool.html;h=880f37c440bf2e0659dc1e61aac46835d22a6a89;hb=21402562176f7550bcd9ba620cf551972fca6e98;hp=4567e0027b303945bb128b07fae9abef4415f27a;hpb=ba92b02f642f229cb927ab526148f10107831471;p=poolifier.git diff --git a/docs/interfaces/IPool.html b/docs/interfaces/IPool.html index 4567e002..880f37c4 100644 --- a/docs/interfaces/IPool.html +++ b/docs/interfaces/IPool.html @@ -34,7 +34,7 @@ +
  • Defined in src/pools/pool.ts:80
  • @@ -63,18 +63,19 @@

    Returns Promise<void>

    +
  • Defined in src/pools/pool.ts:100
  • emitter?: PoolEmitter

    Emitter on which events can be listened to.

    Events that can currently be listened to:

    +
  • Defined in src/pools/pool.ts:89
  • execute: ((data: Data) => Promise<Response>)
    @@ -98,7 +99,7 @@

    Returns Promise<Response>

    +
  • Defined in src/pools/pool.ts:96
  • setWorkerChoiceStrategy: ((workerChoiceStrategy: "ROUND_ROBIN" | "LESS_USED" | "LESS_BUSY" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN") => void)
    @@ -120,7 +121,7 @@

    Returns void

    +
  • Defined in src/pools/pool.ts:106