Searched defs:make_work_guard (Results 1 – 2 of 2) sorted by relevance
223 inline executor_work_guard<Executor> make_work_guard(const Executor& ex, in make_work_guard() function234 make_work_guard(ExecutionContext& ctx, in make_work_guard() function246 make_work_guard(const T& t, in make_work_guard() function264 make_work_guard(const T& t, const Executor& ex, in make_work_guard() function277 make_work_guard(const T& t, ExecutionContext& ctx, in make_work_guard() function
59 inline asio::executor_work_guard<io_context::executor_type> make_work_guard(io_context &context) { in make_work_guard() function