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

Function inner2

3rdparty/libprocess/src/tests/future_tests.cpp:491–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489
490
491static Future<int> inner2(
492 std::atomic_bool* executed, const Future<int>& future)
493{
494 executed->store(true);
495 return future;
496}
497
498
499// Tests that Future::discard does not complete the future unless

Callers

nothing calls this directly

Calls 1

storeMethod · 0.65

Tested by

no test coverage detected