You're not allowed to do *anything* on non-main threads unless the documentation *explicitly* says that it's OK. You should approach this subject with great caution and restraint. If you can't prove that something is safe, assume that it's not, and stay away from it.
j o a r On 1 feb 2010, at 08.16, slasktrattena...@gmail.com wrote: > Quick followup: is it safe to set the token field's object value from > the background thread, or do I need to do it on the main thread as > well? Or to put it in more general terms: are _all_ calls to AppKit > from a background thread disallowed, or only those regarding updating > the UI? > > Also, is it thread-safe to bracket the sizeToFit method between > lockFocusIfCanDraw and unlockFocus, rather than performing the > resizing on the main thread? _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com