spinwait 0.1.0

A Rust implementation of C#'s SpinWait type for lightweight spinning.
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "spinwait"
version = "0.1.0"
edition = "2021"
description = "A Rust implementation of C#'s SpinWait type for lightweight spinning."
license = "MIT"

[dependencies]
num_cpus = "1.16.0"