gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to understand NSOperation


From: Banlu Kemiyatorn
Subject: Re: Trying to understand NSOperation
Date: Mon, 28 Feb 2011 05:22:58 +0700

- (void) observeValueForKeyPath: (NSString *)keyPath

...

while ((op = [en nextObject]) != nil)
        {
          if (NO == [op isReady]) <-- should this be isFinished ?
            break;
        }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]