tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.09k stars 110 forks source link

loom::Mutex::data_ptr #234

Open tower120 opened 2 years ago

tower120 commented 2 years ago

Provide a means of accessing loom's Mutex interior data.

Without that, it is impossible to make loom::Mutex custom mutex compatible. Like parking_lot.