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

Function IsCurrentExecutor

cpp/src/arrow/util/future_test.cc:1088–1088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086 int GetCapacity() override { return pool_->GetCapacity(); }
1087
1088 bool IsCurrentExecutor() override { return pool_->IsCurrentExecutor(); }
1089
1090 Status SpawnReal(internal::TaskHints hints, internal::FnOnce<void()> task,
1091 StopToken stop_token, StopCallback&& stop_callback) override {

Callers

nothing calls this directly

Calls 1

IsCurrentExecutorMethod · 0.80

Tested by

no test coverage detected