• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Concurrent NSOperation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Concurrent NSOperation


  • Subject: Re: Concurrent NSOperation
  • From: "Shawn Erickson" <email@hidden>
  • Date: Wed, 21 Nov 2007 09:50:40 -0800

On Nov 21, 2007 9:40 AM, Keith Duncan <email@hidden> wrote:
> I'm writing an NSOperation subclass which completes it's work
> asynchronously. As such I'm going to have to write a concurrent
> operation.
>
> The problem I have is that I don't want to have to setup my own
> 'runtime environment', quoted from the docs:
>
> "In your start method, you must prepare the operation for execution,
> which includes preparing the runtime environment for your operation.
> (For example, if you wanted to create a thread yourself, you would do
> it here.) Once your runtime environment is established, you can call
> any methods or functions you want to subsequently start your
> operation. Your implementation of the start method should not invoke
> super."
>
> I simply need to mark the operation as complete when it receives an
> NSNotification. I could setup a thread but that seems a little
> pointless since that NSOperation is supposed to handle it automatically.

Why do you think you need to setup a thread? They only list that as
something you _could_ do at that point.

-Shawn
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Concurrent NSOperation
      • From: Keith Duncan <email@hidden>
References: 
 >Concurrent NSOperation (From: Keith Duncan <email@hidden>)

  • Prev by Date: Concurrent NSOperation
  • Next by Date: Re: number of rows for an attributed string
  • Previous by thread: Concurrent NSOperation
  • Next by thread: Re: Concurrent NSOperation
  • Index(es):
    • Date
    • Thread