MCPcopy Create free account
hub / github.com/boostorg/asio / reader

Function reader

example/cpp11/executors/pipeline.cpp:247–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245using boost::asio::thread_pool;
246
247void reader(queue_front<std::string> out)
248{
249 std::string line;
250 while (std::getline(std::cin, line))
251 out.push(line);
252}
253
254void filter(queue_back<std::string> in, queue_front<std::string> out)
255{

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected