SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetLoop()

EventLoop * Spices::Net::TcpConnection::GetLoop ( ) const
inline

Get this TcpConnection IO EventLoop.

Returns
Returns this TcpConnection IO EventLoop.

Definition at line 75 of file TcpConnection.h.

75{ return m_IoLoop; }
EventLoop * m_IoLoop
io Loop from TcpServer::NewConnection.

References m_IoLoop.