Re: NSOperation NSOperationQueue

2008-09-24 Thread Sandro Noel
Shawn. Very clear, thank you Sandro. On 24-Sep-08, at 12:18 PM, Shawn Erickson wrote: On Wed, Sep 24, 2008 at 8:56 AM, Sandro Noel <[EMAIL PROTECTED]> wrote: Greetings. I need a clarification about the NSOpration ans NSOperationQueue I read in the documentation that the NSOperation it

Re: NSOperation NSOperationQueue

2008-09-24 Thread Shawn Erickson
On Wed, Sep 24, 2008 at 8:56 AM, Sandro Noel <[EMAIL PROTECTED]> wrote: > Greetings. > > I need a clarification about the NSOpration ans NSOperationQueue > > I read in the documentation that the NSOperation itself is non concurrent. > and that i can program it to be, if I override this and that met

Re: NSOperation NSOperationQueue

2008-09-24 Thread I. Savant
On Wed, Sep 24, 2008 at 11:56 AM, Sandro Noel <[EMAIL PROTECTED]> wrote: > I need a clarification about the NSOpration ans NSOperationQueue > ... > If I use NSOperation, override only the main method, I get a non concurrent > object to run a particular piece of code. > Stack these lovely objects i