init(fetchRequest:completionBlock:)
Initializes a new asynchronous fetch request configured with the provided fetch request and completion block.
Declaration
init(fetchRequest request: NSFetchRequest<ResultType>, completionBlock blk: ((NSAsynchronousFetchResult<ResultType>) -> Void)? = nil)