Created
July 16, 2021 11:19
-
-
Save cmelchior/24e7cc136c3f43da6cacefd2c0b243cd to your computer and use it in GitHub Desktop.
Realm Kotlin 0.40 Release Blog Post - Blocking Write
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val jane = realm.writeBlocking { | |
val unmanaged = Person("Jane") | |
copyToRealm(unmanaged) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment