Re: NSOutlineView assertion failures
Re: NSOutlineView assertion failures
- Subject: Re: NSOutlineView assertion failures
- From: Chris Hanson <email@hidden>
- Date: Sat, 04 Oct 2008 13:02:22 -0700
On Oct 4, 2008, at 12:37 PM, Jeff Wilcox wrote:
I played around with what Uli seemed to be hinting at, and indeed it
does seem that NSOutlineView is not particularly thread safe.
It's not a matter of whether a facility "seems" thread-safe.
In Cocoa, the rule is very simple:
If it's not documented as being thread-safe, assume it's not.
The best thing to do is read the Cocoa threading guide.
-- Chris
_______________________________________________
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