Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
class EventLoop;
12
class EventLoopThread : noncopyable
13
{
14
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected