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