mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-16 22:16:53 +01:00
use transaction queue for refetching instead of a global queue
This commit is contained in:
@@ -848,7 +848,7 @@ public final class ListMonitor<T: NSManagedObject> {
|
||||
clause.applyToFetchRequest(fetchRequest)
|
||||
}
|
||||
|
||||
GCDQueue.Utility.async {
|
||||
strongSelf.parentStack?.childTransactionQueue.async {
|
||||
|
||||
guard let strongSelf = self else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user