bursty 0.1.0

Test support for exarcebating contention in multi-threaded code
Documentation
1
2
3
4
5
6
7
//! A multi-threaded code test support library with a focus on exacerbating contention.

#![deny(missing_docs)]

mod bursty;

pub use bursty::{Bursty, BurstyBuilder};