Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Release
Method
Release
cpp/src/arrow/util/async_util.cc:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void Release(int amt) override {
61
std::unique_lock lk(mutex_);
62
available_cost_ += amt;
63
NotifyUnlocked(std::move(lk));
64
}
65
66
void Pause() override {
67
std::lock_guard lg(mutex_);
Callers
1
SubmitTask
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected