MCPcopy Create free account
hub / github.com/PHZ76/RtspServer / EventLoop

Method EventLoop

src/net/EventLoop.cpp:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15using namespace xop;
16
17EventLoop::EventLoop(uint32_t num_threads)
18 : index_(1)
19{
20 num_threads_ = 1;
21 if (num_threads > 0) {
22 num_threads_ = num_threads;
23 }
24
25 this->Loop();
26}
27
28EventLoop::~EventLoop()
29{

Callers

nothing calls this directly

Calls 1

LoopMethod · 0.95

Tested by

no test coverage detected