fix: redeclare events type
[poolifier.git] / src / pools / pool.ts
index e6388b03fc8544f1a5ee3b6eac62d862b51d323e..a8d8849b0797f9e8a16f71058fbca0046d782c73 100644 (file)
@@ -227,7 +227,7 @@ export interface IPool<
    */
   readonly hasWorkerNodeBackPressure: (workerNodeKey: number) => boolean
   /**
-   * Event emitter integrated with `AsyncResource` on which events can be listened to.
+   * Event emitter integrated with async resource on which events can be listened to.
    * The async tracking tooling identifier is `poolifier:<PoolType>-<WorkerType>-pool`.
    *
    * Events that can currently be listened to: