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

Method Push

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

Source from the content-addressed store, hash-verified

106class FifoQueue : public ThrottledAsyncTaskScheduler::Queue {
107 using Task = AsyncTaskScheduler::Task;
108 void Push(std::unique_ptr<Task> task) override { tasks_.push_back(std::move(task)); }
109
110 std::unique_ptr<Task> Pop() override {
111 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