Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ stop
Method
stop
example/cpp11/executors/pipeline.cpp:133–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void stop()
134
{
135
std::unique_lock<std::mutex> lock(impl_->mutex_);
136
impl_->stop_ = true;
137
impl_->condition_.notify_one();
138
}
139
140
private:
141
std::shared_ptr<queue_impl<T>> impl_;
Callers
1
pipeline
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected