cef_post_task

Function cef_post_task 

Source
pub unsafe extern "C" fn cef_post_task(
    threadId: cef_thread_id_t,
    task: *mut cef_task_t,
) -> c_int
Expand description

Post a task for execution on the specified thread. Equivalent to using cef_task_runner_t::GetForThread(threadId)->PostTask(task).