X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FIPool.html;h=aeab85fd7a9c721102d935e0339bad088bc0df3b;hb=69f8ce0ab8ce1afcf350b21796496b8dcd2aaec1;hp=39bf3862b55dde4572e9e3f553d8d0e96955d5d7;hpb=fec1c97860619dd6356803fee392205474010d5b;p=poolifier.git diff --git a/docs/interfaces/IPool.html b/docs/interfaces/IPool.html index 39bf3862..aeab85fd 100644 --- a/docs/interfaces/IPool.html +++ b/docs/interfaces/IPool.html @@ -1,11 +1,13 @@ IPool | poolifier
-
+
  • The search index is not available
  • poolifier +
    @@ -32,22 +34,39 @@
    • IPool
    +
  • Defined in src/pools/pool.ts:53
  • +

    Properties

    +
    +

    Methods

    +

    Properties

    +
    + +
    emitter?: PoolEmitter
    +

    Emitter on which events can be listened to.

    +

    Events that can currently be listened to:

    +
      +
    • 'busy'
    • +
    +
    +

    Methods

    - +
    • @@ -55,7 +74,7 @@

    Returns Promise<void>

    +
  • Defined in src/pools/pool.ts:72
    • @@ -74,7 +93,7 @@

    Returns Promise<Response>

    +
  • Defined in src/pools/pool.ts:68
  • Returns void

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