mvdnes/spin-rs

Condition variables

jethrogb opened this issue · 1 comments

I'd like a wrapper for them, trivial using AtomicBool. Just exposing cpu_relax might be enough for spin-compatible implementations.

Fixed by #99