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

Calls

no outgoing calls

Tested by

no test coverage detected