NSPersistentStoreAsynchronousFetchResultCompletionBlock
A completion block that an asynchronous fetch request calls with a result.
Declaration
typealias NSPersistentStoreAsynchronousFetchResultCompletionBlock = (NSAsynchronousFetchResult<any NSFetchRequestResult>) -> VoidParameters
- result:
The result of the fetch request.