cef_currently_on

Function cef_currently_on 

Source
pub unsafe extern "C" fn cef_currently_on(
    threadId: cef_thread_id_t,
) -> c_int
Expand description

Returns true (1) if called on the specified thread. Equivalent to using cef_task_runner_t::GetForThread(threadId)->belongs_to_current_thread().