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

Method launchGroup

src/launcher/default_executor.cpp:369–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367 }
368
369 void launchGroup(const TaskGroupInfo& taskGroup)
370 {
371 CHECK_EQ(SUBSCRIBED, state);
372
373 process::http::connect(agent)
374 .onAny(defer(self(), &Self::_launchGroup, taskGroup, lambda::_1));
375 }
376
377 void _launchGroup(
378 const TaskGroupInfo& taskGroup,

Callers

nothing calls this directly

Calls 2

deferFunction · 0.85
connectFunction · 0.50

Tested by

no test coverage detected