use transaction queue for refetching instead of a global queue

This commit is contained in:
John Estropia
2015-09-11 15:06:36 +09:00
parent 656a99fe12
commit 0709fe95cf

View File

@@ -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 {