Contents

NSPersistentStoreAsynchronousFetchResultCompletionBlock

A completion block that an asynchronous fetch request calls with a result.

Declaration

typealias NSPersistentStoreAsynchronousFetchResultCompletionBlock = (NSAsynchronousFetchResult<any NSFetchRequestResult>) -> Void

Parameters

  • result:

    The result of the fetch request.