Skip to content

Instantly share code, notes, and snippets.

@cmelchior
Created July 16, 2021 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmelchior/24e7cc136c3f43da6cacefd2c0b243cd to your computer and use it in GitHub Desktop.
Save cmelchior/24e7cc136c3f43da6cacefd2c0b243cd to your computer and use it in GitHub Desktop.
Realm Kotlin 0.40 Release Blog Post - Blocking Write
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