vicpinm / Kotlin-Realm-Extensions

Kotlin extensions to simplify Realm API.
Apache License 2.0
535 stars 53 forks source link

Why you don't support async transactions #19

Closed mahmoud-elnaggar closed 7 years ago

mahmoud-elnaggar commented 7 years ago

Hello , Thanks for your great library

why you don't support async transactions in Save , Delete and Update Operations ?

vicpinm commented 7 years ago

Hi @mahmoud-elnaggar I don't support them because I always perform those operations on a background thread. If you need them, you are welcome to make a PR and I will integrate it into master.