Skip to content

1.1.0

Compare
Choose a tag to compare
@alexheretic alexheretic released this 25 Feb 18:25
1.1.0
  • Expose fn native_sleep.
  • Add SpinSleeper::with_spin_strategy which allows specifying a SpinStrategy. Previously thread yielding was always used.
  • Windows Use SpinStrategy::SpinLoopHint by default (see #12).