Re: Cocoa really needs to be thread-safe
Re: Cocoa really needs to be thread-safe
- Subject: Re: Cocoa really needs to be thread-safe
- From: Andrew Pinski <email@hidden>
- Date: Fri, 1 Nov 2002 15:48:00 -0800
On Friday, Nov 1, 2002, at 15:26 US/Pacific, Eric Cole wrote:
make it thread-safe from within
from <objc/objc-runtime.h>
/* Making the Objective-C runtime thread safe. */
OBJC_EXPORT void objc_setMultithreaded (BOOL flag);
I never tried it, but there it is.
That will only make the Objective-C runtime thread safe but not the
messages for Cocoa.
Thanks,
Andrew Pinski
Enjoy
Eric
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.