Searched refs:dispatcher_impl (Results 1 – 2 of 2) sorted by relevance
28 class single_threaded_executor::dispatcher_impl final class in fit::single_threaded_executor31 dispatcher_impl();44 ~dispatcher_impl() override;63 : context_(this), dispatcher_(new dispatcher_impl()) {} in single_threaded_executor()91 single_threaded_executor::dispatcher_impl::dispatcher_impl() = default;93 single_threaded_executor::dispatcher_impl::~dispatcher_impl() { in ~dispatcher_impl()101 void single_threaded_executor::dispatcher_impl::shutdown() { in shutdown()132 void single_threaded_executor::dispatcher_impl::run(context_impl& context) { in run()163 void single_threaded_executor::dispatcher_impl::wait_for_runnable_tasks( in wait_for_runnable_tasks()181 void single_threaded_executor::dispatcher_impl::run_task(pending_task* task, in run_task()[all …]
48 class dispatcher_impl;64 dispatcher_impl* const dispatcher_;
Completed in 4 milliseconds