DatabaseExecutor

sealed class DatabaseExecutor

Inheritors

Types

Link copied to clipboard
class Custom(val transactionPoolSize: Int, val queryPoolSize: Int, val transactionQueueSize: Int = 2 * transactionPoolSize, val queryQueueSize: Int = 2 * queryPoolSize) : DatabaseExecutor

Custom executor configuration for Room database operations.

Link copied to clipboard