template class Poco::TLSSlot
Overview
The Slot template wraps another class so that it can be stored in a ThreadLocalStorage object. Moreā¦
#include <ThreadLocal.h> template <class C> class TLSSlot: public Poco::TLSAbstractSlot { public: // methods C& value(); };
Detailed Documentation
The Slot template wraps another class so that it can be stored in a ThreadLocalStorage object.
This class is used internally, and you must not create instances of it yourself.