Arun Joseph
databaseQueries .selectAllItems { // mapper } .asFlow() .mapToList() .flowOn(dispatcher)
mapToList
android.database.sqlite.SQLiteBlobTooBigException
.asFlow() .map { query -> mutex.withLock { withContext(dispatcher) { query.executeAsList() } } } .flowOn(dispatcher)
A modern programming language that makes developers happier.