mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-01 06:53:12 +02: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