Add a pool option to register a message listener on pool workers (#487)
[poolifier.git] / src / pools / cluster / fixed.ts
index ccffc6bba9cbb32888170cba58ca59b0fab8a8dd..95ea82b9697a12758a8118dc3ec0c308d8893427 100644 (file)
@@ -38,7 +38,7 @@ export class FixedClusterPool<
    *
    * @param numberOfWorkers Number of workers for this pool.
    * @param filePath Path to an implementation of a `ClusterWorker` file, which can be relative or absolute.
-   * @param opts Options for this fixed cluster pool. Default: `{}`
+   * @param [opts={}] Options for this fixed cluster pool.
    */
   public constructor (
     numberOfWorkers: number,