Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Enable
Method
Enable
cpp/src/arrow/util/cancel.cc:202–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
void Enable() {
203
std::lock_guard<std::mutex> lock(mutex_);
204
stop_source_ = std::make_shared<StopSource>();
205
}
206
207
void Disable() {
208
std::lock_guard<std::mutex> lock(mutex_);
Callers
1
SetSignalStopSource
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected