detachDrawingThread
detachDrawingThread
- Subject: detachDrawingThread
- From: Dustin Mierau <email@hidden>
- Date: Thu, 17 Jan 2002 18:58:17 -0800
NSApplication.h
+ (void)detachDrawingThread:(SEL)selector toTarget:(id)target
withObject:(id)argument;
how does this call work? is it safe to just draw to windows from
the thread it produces? how does it differ from the NSThread
detach method?
Thanks,
-dustin