Re: Threads, safeness, and AutoreleasePools
Re: Threads, safeness, and AutoreleasePools
- Subject: Re: Threads, safeness, and AutoreleasePools
- From: Todd Heberlein <email@hidden>
- Date: Wed, 15 Aug 2001 09:33:11 -0700
Thanks for everyone's replies! For now I think I will keep all the AppKit
calls in the primary thread. The NSApplication
detachDrawingThread:toTarget:withObject: method caught me by surprise and
looks interesting, but I will hold off for the near-term (I am looking
forward to additional documentation on the subject).
I haven't had this much fun programming in years! :-)
Todd