Home
last modified time | relevance | path

Searched refs:async_getlines (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/asio/example/cpp14/executors/
Dasync_2.cpp42 void async_getlines(IoExecutor io_ex, std::istream& is, std::string init, Handler handler) in async_getlines() function
62 async_getlines(io_work_ex, is, lines + line + "\n", std::move(handler)); in async_getlines()
73 async_getlines(io_pool.executor(), std::cin, "", in main()