diff --git a/CoreStore/Observing/ListMonitor.swift b/CoreStore/Observing/ListMonitor.swift index 4b32706..4e0f0d5 100644 --- a/CoreStore/Observing/ListMonitor.swift +++ b/CoreStore/Observing/ListMonitor.swift @@ -848,7 +848,7 @@ public final class ListMonitor { clause.applyToFetchRequest(fetchRequest) } - GCDQueue.Utility.async { + strongSelf.parentStack?.childTransactionQueue.async { guard let strongSelf = self else {