larsacus / LARSAdController

Lightweight ad mediation for iOS to properly manage multiple ad networks dynamically including iAd and Google ads.
http://theonlylars.com/blog/2013/01/10/stupid-easy-ads-with-larsadcontroller-3-dot-0/
MIT License
269 stars 60 forks source link

Explore use of dispatch_once #5

Closed larsacus closed 12 years ago

larsacus commented 13 years ago

Investigate the use of dispatch_once as a thread-safe way to instantiate a singleton. Why would this be better than what I've done already?

It's not hard to do, so it's not a big deal: http://stackoverflow.com/questions/2199106/thread-safe-instantiation-of-a-singleton

larsacus commented 13 years ago

Adding singleton reference: http://www.cocoadev.com/index.pl?SingletonDesignPattern