SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ~EventLoopThreadWrapper()

Spices::Net::EventLoopThreadWrapper::~EventLoopThreadWrapper ( )
virtual

Destructor Function.

Definition at line 163 of file EventLoop.cpp.

164 {
166
167 if (instance)
168 {
169 delete instance;
170 }
171 }
#define SPICES_PROFILE_ZONE
EventLoop * instance
This thread EventLoop instance.
Definition EventLoop.h:204

References instance.