cef_task_runner_t.post_delayed_task

Post a task for delayed execution on the thread associated with this task runner. Execution will occur asynchronously. Delayed tasks are not supported on V8 WebWorker threads and will be executed without the specified delay.

struct cef_task_runner_t
extern (System)
int function(cef_task_runner_t* self, cef_task_t* task, long delay_ms) nothrow post_delayed_task;

Meta