Skip to content

Commit 6dd512d

Browse files
jakubjanecekJenda Kolena
and
Jenda Kolena
authored
DoobieHikariModule: better make function comment (#1008)
Co-authored-by: Jenda Kolena <[email protected]>
1 parent 89a7859 commit 6dd512d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doobie-hikari/src/main/scala/com/avast/sst/doobie/DoobieHikariModule.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ object DoobieHikariModule {
1717
/** Makes [[doobie.hikari.HikariTransactor]] initialized with the given config.
1818
*
1919
* @param boundedConnectExecutionContext
20-
* [[scala.concurrent.ExecutionContext]] used for creating connections (should be bounded!)
20+
* [[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)
2122
*/
2223
def make[F[_]: Async](
2324
config: DoobieHikariConfig,

0 commit comments

Comments
 (0)