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

Method resume

src/tests/fetcher_cache_tests.cpp:1006–1011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1004 }
1005
1006 void resume()
1007 {
1008 if (latch.get() != nullptr) {
1009 latch->trigger();
1010 }
1011 }
1012
1013 void consume(HttpEvent&& event) override
1014 {

Callers 4

initializeClusterMethod · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
ACTION_PFunction · 0.45

Calls 2

triggerMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected