X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FIPool.html;h=7439713da5a26089e0a247f01165c0089991309a;hb=b08b5fc507f21848c9435380edb7d155e92eaaf5;hp=593fab531ece5aab13a0b8d6bc1a6723bf2c4d55;hpb=33c629765dcf8e17e2d3fa207a286b5d360fae78;p=poolifier.git diff --git a/docs/interfaces/IPool.html b/docs/interfaces/IPool.html index 593fab53..7439713d 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