pub unsafe extern "C" fn cef_currently_on(
threadId: cef_thread_id_t,
) -> c_intExpand description
Returns true (1) if called on the specified thread. Equivalent to using cef_task_runner_t::GetForThread(threadId)->belongs_to_current_thread().
pub unsafe extern "C" fn cef_currently_on(
threadId: cef_thread_id_t,
) -> c_intReturns true (1) if called on the specified thread. Equivalent to using cef_task_runner_t::GetForThread(threadId)->belongs_to_current_thread().