Coroutine Object Repository
class CoroutineObjectRepository<T : Any> constructor(val synchronous: ObjectRepository<T>, val type: KType, documentFormat: NitriteDocumentFormat, dispatcher: CoroutineDispatcher = Dispatchers.IO) : CoroutineWrapper
Constructors
Link copied to clipboard
constructor(synchronous: ObjectRepository<T>, type: KType, documentFormat: NitriteDocumentFormat, dispatcher: CoroutineDispatcher = Dispatchers.IO)