Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/executors/
Dscheduler.hpp126 typedef resubmit_at_executor<Scheduler, Executor> the_executor; typedef in boost::executors::scheduler_executor_wrapper
147 the_executor after(chrono::duration<Rep,Period> const& rel_time) in after()
153 the_executor at(chrono::time_point<clock,Duration> const& abs_time) in at()
155 return the_executor(sch, ex, abs_time); in at()