• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Are immutable singletons thread safe?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Prev by Date: Re: Inter-process privilege verification
  • Next by Date: NSTableView: removing the column headers programmatically
  • Previous by thread: Re: Are immutable singletons thread safe?
  • Next by thread: Re: [ANN] Shovel - Third-Party "Software Update"
  • Index(es):
    • Date
    • Thread