Call func at/after time t
Declared in <scheduler.h>
[[requires_capability(0x7f2e20c55788)]]
void
schedule(
Function f,
std::chrono::steady_clock::time_point t);
| Name | Description |
|---|---|
| f | The task to run. |
| t | The steady-clock time at or after which to run the task. |