operationQueue
The queue on which query result notifications are posted.
Declaration
var operationQueue: OperationQueue? { get set }Discussion
Use this property to decouple the processing of results from the thread used to execute the query. This makes it easier to synchronize query result processing with other related operations—such as updating the data model or user interface—which you might want to perform on the main queue.