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

Method EventLoop

src/net/EventLoop.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31{
32public:
33 EventLoop(const EventLoop&) = delete;
34 EventLoop &operator = (const EventLoop&) = delete;
35 EventLoop(uint32_t num_threads =1); //std::thread::hardware_concurrency()
36 virtual ~EventLoop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected