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

Method wait

src/slave/container_daemon.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104
105Future<Nothing> ContainerDaemonProcess::wait()
106{
107 return terminated.future();
108}
109
110
111void ContainerDaemonProcess::initialize()

Callers 3

_waitContainerMethod · 0.45
executorLaunchedMethod · 0.45
foreachvalueFunction · 0.45

Calls 1

futureMethod · 0.45

Tested by

no test coverage detected