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

Method AddTask

cpp/src/arrow/util/async_util.cc:521–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519 std::size_t QueueSize() override { return throttle_->QueueSize(); }
520 const util::tracing::Span& span() const override { return task_group_->span(); }
521 bool AddTask(std::unique_ptr<Task> task) override {
522 return task_group_->AddTask(std::move(task));
523 }
524
525 private:
526 std::shared_ptr<ThrottledAsyncTaskScheduler> throttle_;

Callers

nothing calls this directly

Calls 1

AddTaskMethod · 0.45

Tested by

no test coverage detected