Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ push
Method
push
example/cpp11/executors/pipeline.cpp:126–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
void push(T t)
127
{
128
std::unique_lock<std::mutex> lock(impl_->mutex_);
129
impl_->queue_.push(std::move(t));
130
impl_->condition_.notify_one();
131
}
132
133
void stop()
134
{
Callers
6
do_execute
Method · 0.45
reader
Function · 0.45
filter
Function · 0.45
upper
Function · 0.45
execute
Method · 0.45
add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected