[#CScheduler-schedule] = xref:CScheduler.adoc[CScheduler]::schedule :relfileprefix: ../ :mrdocs: Call func at/after time t == Synopsis Declared in `<scheduler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e20c55788)]] void schedule( xref:CScheduler/Function.adoc[Function] f, std::chrono::steady_clock::time_point t); ---- == Parameters [cols="1,4"] |=== | Name| Description | *f* | The task to run. | *t* | The steady‐clock time at or after which to run the task. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#