Searched refs:async_getlines (Results 1 – 1 of 1) sorted by relevance
42 void async_getlines(IoExecutor io_ex, std::istream& is, std::string init, Handler handler) in async_getlines() function62 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()