1.1.0
- Expose fn
native_sleep
. - Add
SpinSleeper::with_spin_strategy
which allows specifying aSpinStrategy
. Previously thread yielding was always used. - Windows Use SpinStrategy::SpinLoopHint by default (see #12).
native_sleep
.SpinSleeper::with_spin_strategy
which allows specifying a SpinStrategy
. Previously thread yielding was always used.