Skip to content

Commit

Permalink
Update a KDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 19, 2024
1 parent 1b93c18 commit ac63a11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import kotlinx.coroutines.launch

/**
* A coroutine variant of [ClientBuilder.withConnectHandler].
* You don't need to call [SqlConnection.close] in [handler].
* With this function, you don't need to call [SqlConnection.close] in [handler].
*/
fun ClientBuilder<*>.withCoConnectHandler(handler: suspend (SqlConnection) -> Unit) =
withConnectHandler {
Expand Down

0 comments on commit ac63a11

Please sign in to comment.