Searched refs:loop_executor (Results 1 – 8 of 8) sorted by relevance
31 class loop_executor class85 BOOST_THREAD_NO_COPYABLE(loop_executor)92 loop_executor() in loop_executor() function in boost::executors::loop_executor100 ~loop_executor() in ~loop_executor()206 using executors::loop_executor;
36 void submit_some(boost::loop_executor& tp) { in submit_some()56 boost::loop_executor tp; in main()
103 boost::loop_executor ea2; in test_generic_executor_ref()
123 boost::executor_adaptor < boost::loop_executor > ea2; in test_executor_adaptor()
39 …c_thread_pool`, a serial executor `serial_executor`, a loop executor `loop_executor`, an inline ex…1597 [section:loop_executor Class `loop_executor`]1601 #include <boost/thread/executors/loop_executor.hpp>1603 class loop_executor1607 loop_executor(loop_executor const&) = delete;1608 loop_executor& operator=(loop_executor const&) = delete;1610 loop_executor();1611 ~loop_executor();1629 [section:constructor Constructor `loop_executor()`]1631 loop_executor();[all …]
209 …[[V.2.3] [`loop_executor`] [Yes] [ static version loop_scheduler, dynamic one `execduler_ada…231 [[VI.A.4] [`loop_executor`] [Yes] [ - ]]
125 * [@https://github.com/boostorg/thread/issues/117 #117] loop_executor should block on it's work_que…
28 boost::loop_executor ex; in main()