Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ push
Method
push
example/cpp14/executors/pipeline.cpp:109–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
void push(T t)
110
{
111
std::unique_lock<std::mutex> lock(impl_->mutex_);
112
impl_->queue_.push(std::move(t));
113
impl_->condition_.notify_one();
114
}
115
116
void stop()
117
{
Callers
5
do_execute
Method · 0.45
reader
Function · 0.45
filter
Function · 0.45
upper
Function · 0.45
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected