Function kvarn::prelude::compact_str::core::sync::atomic::spin_loop_hint

1.24.0 · source ·
pub fn spin_loop_hint()
👎Deprecated since 1.51.0: use hint::spin_loop instead
Available on non-crate feature miri-test-libstd only.
Expand description

Signals the processor that it is inside a busy-wait spin-loop (“spin lock”).

This function is deprecated in favor of hint::spin_loop.