标签: android realm
当我从2个不同的线程写入db时,是否使用队列来处理数据?使用这种方式。
realm.executeTransaction(r -> { r.copyToRealmOrUpdate(realmUser); });