Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
Future<Nothing> ContainerDaemonProcess::wait()
106
{
107
return terminated.future();
108
}
109
110
111
void ContainerDaemonProcess::initialize()
Callers
3
_waitContainer
Method · 0.45
executorLaunched
Method · 0.45
foreachvalue
Function · 0.45
Calls
1
future
Method · 0.45
Tested by
no test coverage detected