|
|
template<typename... Args> |
| | worker (Args &&... args) |
|
| worker (const worker &)=default |
|
| worker (worker &&) noexcept=default |
|
template<rpp::schedulers::constraint::schedulable_handler Handler, typename... Args, constraint::schedulable_fn< Handler, Args... > Fn> |
| void | schedule (Fn &&fn, Handler &&handler, Args &&... args) const |
|
template<rpp::schedulers::constraint::schedulable_handler Handler, typename... Args, constraint::schedulable_fn< Handler, Args... > Fn> |
| void | schedule (const duration delay, Fn &&fn, Handler &&handler, Args &&... args) const |
|
template<rpp::schedulers::constraint::schedulable_handler Handler, typename... Args, constraint::schedulable_fn< Handler, Args... > Fn> |
| void | schedule (const time_point tp, Fn &&fn, Handler &&handler, Args &&... args) const |
|
|
static rpp::schedulers::time_point | now () |
The documentation for this class was generated from the following file: