MCPcopy Create free account
hub / github.com/anthonywilliams/ccia_code_samples / DoneCheck

Method DoneCheck

listings/listing_4.24.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 std::shared_ptr<std::experimental::promise<FinalResult>> final_result;
39
40 DoneCheck(
41 std::shared_ptr<std::experimental::promise<FinalResult>>
42 final_result_)
43 : final_result(std::move(final_result_)) {}
44
45 void operator()(
46 std::experimental::future<std::experimental::when_any_result<

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected