Comment by ahoka 7 hours ago It's called a futex and supported by both Linux and Windows since ages. 1 comment ahoka Reply adwn 7 hours ago The 1-byte-per-mutex parking_lot implementation works even on systems that don't provide a futex syscall or equivalent.
adwn 7 hours ago The 1-byte-per-mutex parking_lot implementation works even on systems that don't provide a futex syscall or equivalent.
The 1-byte-per-mutex parking_lot implementation works even on systems that don't provide a futex syscall or equivalent.