Re: Are immutable singletons thread safe?
Re: Are immutable singletons thread safe?
- Subject: Re: Are immutable singletons thread safe?
- From: Ken Tozier <email@hidden>
- Date: Sun, 9 May 2004 15:54:34 -0400
On May 9, 2004, at 12:22 PM, Shawn Erickson wrote:
#import "FTSWAbstractSingleton.h"
#import <objc/objc-runtime.h>
@implementation FTSWAbstractSingleton
static NSMutableDictionary *s_FTSWAbstractSingleton_singletons = nil;
<snip> lots of code deleted
Shawn,
Thanks and Yikes! That's a big puppy. Looks like there's some
interesting coding going on in there that I've never attempted before.
Should be good learning experience.
Ken
_______________________________________________
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.