MCPcopy Create free account
hub / github.com/apache/arrow / DoMarkFinished

Method DoMarkFinished

cpp/src/arrow/util/future.cc:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37class ConcreteFutureImpl : public FutureImpl {
38 public:
39 void DoMarkFinished() { DoMarkFinishedOrFailed(FutureState::SUCCESS); }
40
41 void DoMarkFailed() { DoMarkFinishedOrFailed(FutureState::FAILURE); }
42

Callers 1

MarkFinishedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected