Searched refs:inline_executor (Results 1 – 6 of 6) sorted by relevance
30 class inline_executor class49 BOOST_THREAD_NO_COPYABLE(inline_executor)56 inline_executor() in inline_executor() function in boost::executors::inline_executor65 ~inline_executor() in ~inline_executor()173 using executors::inline_executor;
39 …rial_executor`, a loop executor `loop_executor`, an inline executor `inline_executor` and a thread…1413 [section:inline_executor Class `inline_executor`]1417 #include <boost/thread/executors/inline_executor.hpp>1419 class inline_executor1422 inline_executor(inline_executor const&) = delete;1423 inline_executor& operator=(inline_executor const&) = delete;1425 inline_executor();1441 [section:constructor Constructor `inline_executor()`]1443 inline_executor();1447 [[Effects:] [Constructs an inline_executor. ]][all …]
210 …[[V.2.4] [`inline_executor`] [Yes] [ static version `inline_executor`, dynamic one `execdule…
303 …xecutors, some throw exception and some silently ignore error (thread_executor and inline_executor)
117 boost::inline_executor ea1; in test_generic_executor_ref()
137 boost::executor_adaptor < boost::inline_executor > ea1; in test_executor_adaptor()