MCPcopy Create free account
hub / github.com/3rdparty/libprocess / run

Method run

src/posix/libev/libev.cpp:162–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160
161
162void EventLoop::run()
163{
164 __in_event_loop__ = true;
165
166 ev_loop(loop, 0);
167
168 __in_event_loop__ = false;
169}
170
171
172void EventLoop::stop()

Callers

nothing calls this directly

Calls 1

ev_loopClass · 0.70

Tested by

no test coverage detected