Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ stop
Method
stop
example/cpp14/executors/pipeline.cpp:116–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
void stop()
117
{
118
std::unique_lock<std::mutex> lock(impl_->mutex_);
119
impl_->stop_ = true;
120
impl_->condition_.notify_one();
121
}
122
123
private:
124
std::shared_ptr<queue_impl<T>> impl_;
Callers
1
pipeline
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected