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

Method TryAddCallback

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

Source from the content-addressed store, hash-verified

230}
231
232bool FutureImpl::TryAddCallback(const std::function<Callback()>& callback_factory,
233 CallbackOptions opts) {
234 return GetConcreteFuture(this)->TryAddCallback(callback_factory, opts);
235}
236
237Future<> AllComplete(const std::vector<Future<>>& futures) {
238 struct State {

Callers 11

SendBatchesUnlockedMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
DoSubmitTaskMethod · 0.45
SubmitTaskMethod · 0.45
ContinueTasksMethod · 0.45
TESTFunction · 0.45
DoTransferFunction · 0.45
StopProducingMethod · 0.45

Calls 1

GetConcreteFutureFunction · 0.85

Tested by 2

SendBatchesUnlockedMethod · 0.36
TESTFunction · 0.36