Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
using namespace xop;
16
17
EventLoop::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
28
EventLoop::~EventLoop()
29
{
Callers
nothing calls this directly
Calls
1
Loop
Method · 0.95
Tested by
no test coverage detected