SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ~ThreadCacheThreadWapper()

Spices::ThreadCacheThreadWapper::~ThreadCacheThreadWapper ( )
virtual

Destructor Function.

Definition at line 126 of file ThrealCache.cpp.

127 {
128 if (instance)
129 {
130 objectPool.ThreadDelete(instance);
131 }
132 }
ThreadCache * instance
This thread ThreadCache instance.
static ObjectPool< ThreadCache > objectPool
ThreadCache ObjectPool for all threads.

References instance.