Hello guys, I have a question for Kodein-DB. Are r...
# kodein
p
Hello guys, I have a question for Kodein-DB. Are read/write operations async?
i
kodein-db is really just a wrapper for LevelDB and unless it's been intentionally opted out of, LevelDB is async by default. https://github.com/google/leveldb/blob/main/doc/index.md#synchronous-writes
p
thank you Ian. I wanted to know if the *read*_s_ are blocking the UI?