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

Method stop

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

Source from the content-addressed store, hash-verified

77
78
79void EventLoop::stop()
80{
81 if (!libwinio_loop) {
82 // TODO(andschwa): Remove this check, see MESOS-9097.
83 LOG(FATAL) << "Windows IOCP event loop is not initialized";
84 }
85
86 libwinio_loop->stop();
87}
88
89} // namespace process {

Callers

nothing calls this directly

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected