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

Method Push

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

Source from the content-addressed store, hash-verified

105class FifoQueue : public ThrottledAsyncTaskScheduler::Queue {
106 using Task = AsyncTaskScheduler::Task;
107 void Push(std::unique_ptr<Task> task) override { tasks_.push_back(std::move(task)); }
108
109 std::unique_ptr<Task> Pop() override {
110 std::unique_ptr<Task> task = std::move(tasks_.front());

Callers 3

StartObjectImplMethod · 0.45
AddTaskMethod · 0.45
TESTFunction · 0.45

Calls 1

push_backMethod · 0.80

Tested by 1

TESTFunction · 0.36