mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 11:52:00 +02:00
WIP
This commit is contained in:
@@ -187,7 +187,7 @@ extension NSManagedObjectContext {
|
||||
@nonobjc
|
||||
internal func saveAsynchronously(
|
||||
sourceIdentifier: (any Sendable)?,
|
||||
completion: @escaping @MainActor (_ hasChanges: Bool, _ error: CoreStoreError?) -> Void = { (_, _) in }
|
||||
completion: @escaping @MainActor @Sendable (_ hasChanges: Bool, _ error: CoreStoreError?) -> Void = { (_, _) in }
|
||||
) {
|
||||
|
||||
self.perform {
|
||||
|
||||
Reference in New Issue
Block a user