Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ ev_loop
Class
ev_loop
src/posix/libev/libev.cpp:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
// Define the initial values for all of the declarations made in
33
// libev.hpp (since these need to live in the static data space).
34
struct ev_loop* loop = nullptr;
35
36
std::queue<ev_io*>* watchers = new std::queue<ev_io*>();
37
Callers
1
run
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected