Skip navigation.
 
mlRe: Concurrent NSOperation
FROM : Shawn Erickson
DATE : Wed Nov 21 20:08:00 2007

On Nov 21, 2007 10:57 AM, Keith Duncan <<email_removed>> wrote:
> > Why do you think you need to setup a thread? They only list that as
> > something you _could_ do at that point.
>
> Because I want side-by-side execution of my operations, I don't want
> them blocking any one thread waiting for the notification to be
> posted. It could take seconds or it could take minutes.


I think you may need to better explain what you are trying to achieve.

Who is sends this notification? Who is observing this notification?
Does it have to be a notification?

-Shawn

Related mailsAuthorDate
mlConcurrent NSOperation Keith Duncan Nov 21, 18:40
mlRe: Concurrent NSOperation Shawn Erickson Nov 21, 18:50
mlRe: Concurrent NSOperation Keith Duncan Nov 21, 19:57
mlRe: Concurrent NSOperation Shawn Erickson Nov 21, 20:08
mlRe: Concurrent NSOperation Keith Duncan Nov 21, 20:50
mlRe: Concurrent NSOperation Hsu Nov 22, 01:07
mlRe: Concurrent NSOperation Keith Duncan Nov 22, 12:48
mlRe: Concurrent NSOperation Chris Kane Nov 24, 23:14