In the context of OperationQueue, specifically in the documentation for the waitUntilAllOperationsAreFinished(), addOperation(Operation), and addOperation(()-Void) functions, what does "receiver" refer to? Does it refer to the instance of OperationQueue that calls the function?
What does receiver refer to in the documentation for OperationQueue?
Yes, the receiver is the OperationQueue that you are using.