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

Method MarkFinished

cpp/src/arrow/util/future.h:403–403  ·  view source on GitHub ↗

\brief Producer API: mark Future finished The Future's result is set to `res`.

Source from the content-addressed store, hash-verified

401 ///
402 /// The Future's result is set to `res`.
403 void MarkFinished(Result<ValueType> res) { DoMarkFinished(std::move(res)); }
404
405 /// \brief Mark a Future<> completed with the provided Status.
406 template <typename E = ValueType, typename = typename std::enable_if<

Callers 7

operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
DoMarkFinishedMethod · 0.45
AllFunction · 0.45
CheckForTerminationMethod · 0.45

Calls 2

ToResultFunction · 0.85
OKFunction · 0.50

Tested by

no test coverage detected