SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ~EventLoop()

Spices::Net::EventLoop::~EventLoop ( )

Destructor Function.

Definition at line 42 of file EventLoop.cpp.

43 {
44 m_WeakupChannel->DisableAll();
45 m_WeakupChannel->Remove();
46 }
std::unique_ptr< Channel > m_WeakupChannel
Wakeup Channel.
Definition EventLoop.h:158