MCPcopy Create free account
hub / github.com/apache/arrow / operator()

Function operator()

cpp/src/arrow/util/thread_pool.cc:717–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715 // when calling KeepAlive to keep the OT infrastructure alive.
716 struct {
717 void operator()() {
718 auto scope = ::arrow::internal::tracing::GetTracer()->WithActiveSpan(activeSpan);
719 std::move(func)();
720 }
721 FnOnce<void()> func;
722 opentelemetry::nostd::shared_ptr<opentelemetry::trace::Span> activeSpan;
723 } wrapper{std::forward<FnOnce<void()>>(task),

Callers

nothing calls this directly

Calls 1

GetTracerFunction · 0.85

Tested by

no test coverage detected