mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-30 06:11:50 +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)
|
clause.applyToFetchRequest(fetchRequest)
|
||||||
}
|
}
|
||||||
|
|
||||||
GCDQueue.Utility.async {
|
strongSelf.parentStack?.childTransactionQueue.async {
|
||||||
|
|
||||||
guard let strongSelf = self else {
|
guard let strongSelf = self else {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user