71 static void defer_for(duration duration, Fn&& fn, Handler&& handler, Args&&... args)
73 details::immediate_scheduling_while_condition<worker_strategy>(duration,
rpp::utils::return_true{}, std::forward<Fn>(fn), std::forward<Handler>(handler), std::forward<Args>(args)...);