pub struct Loop;
Expand description
A strategy that rapidly spins, without telling the CPU to do any powering down.
You almost certainly do not want to use this. Use Spin
instead. It exists for completeness and for targets
that, for some reason, miscompile or do not support spin hint intrinsics despite attempting to generate code for
them (i.e: this is a workaround for possible compiler bugs).