MCPcopy Create free account
hub / github.com/apache/mesos / run

Method run

3rdparty/libprocess/src/windows/event_loop.cpp:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68void EventLoop::run()
69{
70 if (!libwinio_loop) {
71 // TODO(andschwa): Remove this check, see MESOS-9097.
72 LOG(FATAL) << "Windows IOCP event loop is not initialized";
73 }
74
75 libwinio_loop->run();
76}
77
78
79void EventLoop::stop()

Callers

nothing calls this directly

Calls 1

runMethod · 0.65

Tested by

no test coverage detected