Skip to main content

is_current_thread_host_registration_active

Function is_current_thread_host_registration_active 

Source
pub fn is_current_thread_host_registration_active(
    registration_high: u32,
    registration_low: u32,
) -> bool
Expand description

Return whether one exact CurrentThread task- or timer-host registration is still live. The JavaScript package revalidates its process-global marker on every module evaluation so native eviction cannot leave a stale installed bit that permanently suppresses replacement registration.