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

Method shutdown

src/executor/executor.cpp:814–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812 }
813
814 void shutdown()
815 {
816 Event event;
817 event.set_type(Event::SHUTDOWN);
818
819 receive(event, true);
820 }
821
822 void _shutdown()
823 {

Callers

nothing calls this directly

Calls 1

receiveFunction · 0.50

Tested by

no test coverage detected