What does adding `suspend` to a function that calls blocking JDBC guarantee?

from Kotlin backend development
Kotlin 2.4.10 / Ktor 3.5.1 / Java 25 LTS intermediate 1 min

What does adding `suspend` to a function that calls blocking JDBC guarantee?

Report an error