Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/example/cpp14/executors/
Dasync_1.cpp15 void async_getline(IoExecutor io_ex, std::istream& is, Handler handler) in async_getline() function
47 async_getline(io_pool.executor(), std::cin, in main()
Dasync_2.cpp15 void async_getline(IoExecutor io_ex, std::istream& is, Handler handler) in async_getline() function
54 async_getline(io_work_ex, is, in async_getlines()