dispatcher

abstract val dispatcher: CoroutineDispatcher

The CoroutineDispatcher to be used when determining the scope of the underlying R2DBC database connection object.

Default dispatcher is Dispatchers.IO.