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

Method AddTask

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

Source from the content-addressed store, hash-verified

506 std::size_t QueueSize() override { return throttle_->QueueSize(); }
507 const util::tracing::Span& span() const override { return task_group_->span(); }
508 bool AddTask(std::unique_ptr<Task> task) override {
509 return task_group_->AddTask(std::move(task));
510 }
511
512 private:
513 std::shared_ptr<ThrottledAsyncTaskScheduler> throttle_;

Callers

nothing calls this directly

Calls 1

AddTaskMethod · 0.45

Tested by

no test coverage detected