NSPersistentStoreCoordinator

Undocumented

  • Synchronously exexcutes a given function on the coordinator’s internal queue.

    Attention

    This method may safely be called reentrantly.

    Throws

    Any error thrown by the inner function. This method should be technically rethrows, but cannot be due to Swift limitations.

    Declaration

    Swift

    public func performAndWaitOrThrow<Return>(_ body: () throws -> Return) rethrows -> Return