Call f once after the delta has passed
Declared in <scheduler.h>
[[requires_capability(0x7f2e20c558c8)]]
void
scheduleFromNow(
Function f,
std::chrono::milliseconds delta);
| Name | Description |
|---|---|
| f | The task to run. |
| delta | How long from now to wait before running the task. |