pub unsafe extern "C" fn cef_post_delayed_task(
threadId: cef_thread_id_t,
task: *mut cef_task_t,
delay_ms: i64,
) -> c_intExpand description
Post a task for delayed execution on the specified thread. Equivalent to using cef_task_runner_t::GetForThread(threadId)->PostDelayedTask(task, delay_ms).