MCPcopy Create free account
hub / github.com/Shangyizhou/A-Tiny-Network-Library / EventLoop

Class EventLoop

include/tiny_network/net/EventLoopThread.h:11–11  ·  view source on GitHub ↗

one loop per thread

Source from the content-addressed store, hash-verified

9
10// one loop per thread
11class EventLoop;
12class EventLoopThread : noncopyable
13{
14public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected