Archive for May, 2017

OperationQueue and dynamic priorities

Sunday, May 7th, 2017

I had a question about OperationQueue that I couldn’t find an easy answer to: Can you modify the priority of an operation once it’s been added to the queue? My situation is that I have some background operations that are executing, but the user may choose to view one of these items interactively, and at […]