MCPcopy 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_executeMethod · 0.45
readerFunction · 0.45
filterFunction · 0.45
upperFunction · 0.45
executeMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected