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