We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a7859 commit 6dd512dCopy full SHA for 6dd512d
doobie-hikari/src/main/scala/com/avast/sst/doobie/DoobieHikariModule.scala
@@ -17,7 +17,8 @@ object DoobieHikariModule {
17
/** Makes [[doobie.hikari.HikariTransactor]] initialized with the given config.
18
*
19
* @param boundedConnectExecutionContext
20
- * [[scala.concurrent.ExecutionContext]] used for creating connections (should be bounded!)
+ * [[scala.concurrent.ExecutionContext]] used for creating connections (is used for IO, should be bounded! - read
21
+ * https://tpolecat.github.io/doobie/docs/14-Managing-Connections.html#about-threading)
22
*/
23
def make[F[_]: Async](
24
config: DoobieHikariConfig,
0 commit comments