| Crates.io | spinwait |
| lib.rs | spinwait |
| version | 0.1.3 |
| created_at | 2025-03-14 16:10:29.015236+00 |
| updated_at | 2025-03-14 16:37:22.904047+00 |
| description | A Rust implementation of C#'s SpinWait type for lightweight spinning. |
| homepage | https://github.com/deanchalk/spinwait |
| repository | https://github.com/deanchalk/spinwait |
| max_upload_size | |
| id | 1592434 |
| size | 8,527 |
A Rust crate providing a lightweight, adaptive spinning mechanism inspired by C#’s SpinWait type. Designed for high-performance, short-duration waits in concurrent applications, this implementation minimizes context-switching overhead by spinning efficiently before yielding to the scheduler.