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

Function reader

example/cpp14/executors/pipeline.cpp:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237using boost::asio::static_thread_pool;
238
239void reader(queue_front<std::string> out)
240{
241 std::string line;
242 while (std::getline(std::cin, line))
243 out.push(line);
244}
245
246void filter(queue_back<std::string> in, queue_front<std::string> out)
247{

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected