Re: NSOperationQueue emptying

2009-08-27 Thread Adam R. Maxwell
On Aug 27, 2009, at 8:18 AM, McLaughlin, Michael P. wrote: I'm wondering about the timing of NSOperationQueue emptying. In my Objective-C++ (Leopard) app, I have one opQueue of operations and the very last thing each operation does is enqueue the results of a computation back to the

NSOperationQueue emptying

2009-08-27 Thread McLaughlin, Michael P.
I'm wondering about the timing of NSOperationQueue emptying. In my Objective-C++ (Leopard) app, I have one opQueue of operations and the very last thing each operation does is enqueue the results of a computation back to the main thread. NSPointerArray *ptr = [NSPointer