Contains a basic threading model for icl_core::Singleton. More...
Go to the source code of this file.
Classes | |
class | icl_core::STMSingleThreaded< T > |
Dummy threading model for single-threaded environments. More... | |
Namespaces | |
namespace | icl_core |
Contains a basic threading model for icl_core::Singleton.
icl_core::STMSingleThreaded is the simple, single-threaded threading model for icl_core::Singleton. It performs no locking.
Definition in file SingletonThreadingModels.h.