Preventing beach balls
Preventing beach balls
- Subject: Preventing beach balls
- From: Paul Borokhov <email@hidden>
- Date: Sun, 18 Feb 2007 17:03:38 -0800
Hi all,
I'm trying to find a relatively _easy_ solution to prevent beachballing in my application. I did take a look at threading, but all of the provided examples seem to imply inter-object communication with ports and proxies, whereas I don't need anything near as complicated in my application. I just want to be able to execute [self foo] and yet leave the interface responsive at all times. All I need is something like (oneway void), but that has no effect on calls made by the object to itself...so, any other solutions?
Thanks!
Paul
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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