egodatabase
egodatabase copied to clipboard
NSOperationQueue Pause and Resume?
I want to create NSOperationQueue with max size 25. And operation added to queue after checking queue is full or not. How to check whether queue is full or not? How to pause operation to add in the queue till queue gets empty?