Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arjunskumar/Robotics_CPP_Notes
/ shutdown
Method
shutdown
capstone/sensor_pipeline.hpp:64–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void shutdown() {
65
{
66
std::lock_guard<std::mutex> lock(mux_);
67
active_ = false;
68
}
69
cv_data_.notify_all();
70
cv_space_.notify_all();
71
}
72
73
[[nodiscard]] std::size_t size() const {
74
std::lock_guard<std::mutex> lock(mux_);
Callers
2
stop
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64