← Back to context Comment by ahoka 8 hours ago It's called a futex and supported by both Linux and Windows since ages. 1 comment ahoka Reply adwn 8 hours ago The 1-byte-per-mutex parking_lot implementation works even on systems that don't provide a futex syscall or equivalent.
adwn 8 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.