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

Method wait

src/slave/containerizer/composing.cpp:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225
226Future<Option<ContainerTermination>> ComposingContainerizer::wait(
227 const ContainerID& containerId)
228{
229 return dispatch(process, &ComposingContainerizerProcess::wait, containerId);
230}
231
232
233Future<Option<ContainerTermination>> ComposingContainerizer::destroy(

Callers 2

foreachFunction · 0.45
_launchMethod · 0.45

Calls 4

getRootContainerIdFunction · 0.85
NoneClass · 0.85
dispatchFunction · 0.50
containsMethod · 0.45

Tested by

no test coverage detected