We need some clarification about when to use Realm Swift’s asyncWrite
— if you’re already in a method that is isolated to the same actor as your realm, should you still use asyncWrite
? If it’s not strictly necessary, is there any benefit to doing so vs. doing a synchronous write
?
1 Like