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

Function TransferAlways

cpp/src/arrow/util/thread_pool.h:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 // This can be useful in cases where you want to ensure parallelism
133 template <typename T>
134 Future<T> TransferAlways(Future<T> future) {
135 return DoTransfer(std::move(future), true);
136 }
137
138 // Submit a callable and arguments for execution. Return a future that
139 // will return the callable's result value once.

Callers

nothing calls this directly

Calls 1

DoTransferFunction · 0.85

Tested by

no test coverage detected