Apply dependencies update. (#369)
[poolifier.git] / src / pools / thread / fixed.ts
index 7dda3f3090f72459a599128213364cb380a7356b..a13023409bfad3493f79f2757f9a1623749e8b20 100644 (file)
@@ -16,9 +16,8 @@ export type ThreadWorkerWithMessageChannel = Worker & Draft<MessageChannel>
  *
  * This pool selects the threads in a round robin fashion.
  *
- * @template Data Type of data sent to the worker. This can only be serializable data.
- * @template Response Type of response of execution. This can only be serializable data.
- *
+ * @template DataType of data sent to the worker. This can only be serializable data.
+ * @template ResponseType of response of execution. This can only be serializable data.
  * @author [Alessandro Pio Ardizio](https://github.com/pioardi)
  * @since 0.0.1
  */