pub unsafe extern "C" fn cef_task_runner_get_for_thread(
threadId: cef_thread_id_t,
) -> *mut cef_task_runner_tExpand description
Returns the task runner for the specified CEF thread.
pub unsafe extern "C" fn cef_task_runner_get_for_thread(
threadId: cef_thread_id_t,
) -> *mut cef_task_runner_tReturns the task runner for the specified CEF thread.