WriteDispatcher

value class WriteDispatcher(val value: <Error class: unknown class>)

Dispatcher for database write operations. Limited to MAX_WRITE_PARALLELISM (1) to serialize writes and aligning with SQLite's single-writer model.

Constructors

Link copied to clipboard
constructor(value: <Error class: unknown class>)

Properties

Link copied to clipboard
val value: <Error class: unknown class>