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