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

Function Transfer

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

Source from the content-addressed store, hash-verified

123 // then you can override this behavior with `always_transfer`.
124 template <typename T>
125 Future<T> Transfer(Future<T> future) {
126 return DoTransfer(std::move(future), false);
127 }
128
129 // Overload of Transfer which will always schedule callbacks on new threads even if the
130 // future is finished when the callback is added.

Callers

nothing calls this directly

Calls 1

DoTransferFunction · 0.85

Tested by

no test coverage detected