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

Method await

src/examples/test_hook_module.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 Future<Nothing> await()
78 {
79 return promise.future();
80 }
81
82private:
83 process::Promise<Nothing> promise;

Callers 15

joinMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
finalizeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
joinMethod · 0.45
downloadWithHadoopClientFunction · 0.45
runNetNamespaceCheckMethod · 0.45
launchParentContainerMethod · 0.45
~SlaveMethod · 0.45

Calls 1

futureMethod · 0.45

Tested by

no test coverage detected