• 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: NSOutlineView threading problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSOutlineView threading problem


  • Subject: Re: NSOutlineView threading problem
  • From: j o a r <email@hidden>
  • Date: Mon, 16 Jun 2008 16:09:40 -0700


On Jun 16, 2008, at 3:59 PM, Adam R. Maxwell wrote:

The confusion between "thread safe" and "main thread only" on this list hasn't helped, either...


From a documentation perspective there is no single or simple definition of "thread safe", it all depends on the context.

Some objects are not thread safe, and also have the restriction that they can only be used on the main thread. Other objects, while still not being thread safe, can be used on a non-main thread - As long as they're only used on one thread. Other objects, while still not thread safe, can be used from different threads - As long as they're only ever used from one thread at a single time. Et.c., et.c.

The complexity of this topic makes it difficult to create the same type of documentation that we enjoy for the simple API reference of classes and methods.


j o a r


_______________________________________________

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


References: 
 >NSOutlineView threading problem (From: David <email@hidden>)
 >Re: NSOutlineView threading problem (From: Jens Alfke <email@hidden>)
 >Re: NSOutlineView threading problem (From: David <email@hidden>)
 >Re: NSOutlineView threading problem (From: j o a r <email@hidden>)
 >Re: NSOutlineView threading problem (From: "Adam R. Maxwell" <email@hidden>)
 >Re: NSOutlineView threading problem (From: j o a r <email@hidden>)
 >Re: NSOutlineView threading problem (From: "Adam R. Maxwell" <email@hidden>)

  • Prev by Date: Re: NSOutlineView threading problem
  • Next by Date: Newbie interface questions - multiple "modal" windows
  • Previous by thread: Re: NSOutlineView threading problem
  • Next by thread: Re: NSOutlineView threading problem
  • Index(es):
    • Date
    • Thread