SpiecsEngine
 
Loading...
Searching...
No Matches

◆ EPollPoller() [1/2]

Spices::Net::EPollPoller::EPollPoller ( EventLoop * loop)

Constructor Function.

Parameters
[in]loopEventLoop.

Definition at line 17 of file EPollPoller.cpp.

18 : Poller(loop)
19 , m_EPollFd(epoll_create1(0))
21 {}
HANDLE m_EPollFd
EPoll fd.
Definition EPollPoller.h:96
EventList m_Events
EventList.
Poller(EventLoop *loop)
Constructor Function.
Definition Poller.h:37
static constexpr int InitEventListSize

References EPollPoller(), and Spices::Net::Poller::Poller().

Referenced by EPollPoller(), and SpicesTest::TEST().