Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/example/cpp14/executors/
Dasync_1.cpp43 static_thread_pool completion_pool(1); in main() local
48 bind_executor(completion_pool.executor(), in main()
55 completion_pool.wait(); in main()
Dasync_2.cpp69 static_thread_pool completion_pool(1); in main() local
74 bind_executor(completion_pool.executor(), [](std::string lines) in main()
80 completion_pool.wait(); in main()