cef_task_runner_get_for_current_thread

Function cef_task_runner_get_for_current_thread 

Source
pub unsafe extern "C" fn cef_task_runner_get_for_current_thread() -> *mut cef_task_runner_t
Expand description

Returns the task runner for the current thread. Only CEF threads will have task runners. An NULL reference will be returned if this function is called on an invalid thread.