pub fn debug_assert_no_local_temp_ref()
Expand description

Assert that no temp ref exist on the current thread. This is used before executing a blocking operation to ensure it will not prevent a OwnedRef release.