dispatcher

var dispatcher: CoroutineDispatcher

The CoroutineDispatcher to be used when determining the scope of Exposed transaction if It is run in a context with no dispatcher. It could be, for instance, a Ktor route or a standalone Kotlin script.

Default dispatcher is Dispatchers.IO.