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

Method Release

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

Source from the content-addressed store, hash-verified

59 }
60
61 void Release(int amt) override {
62 std::unique_lock lk(mutex_);
63 available_cost_ += amt;
64 NotifyUnlocked(std::move(lk));
65 }
66
67 void Pause() override {
68 std::lock_guard lg(mutex_);

Callers 1

SubmitTaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected