Crate omango_futex
source ·Expand description
The implementation is based on atomic-wait
.
Source: ‘https://github.com/m-ou-se/atomic-wait/blob/main’
Copyright & License:
BSD 2-Clause License
‘https://opensource.org/license/bsd-2-clause’
Functions§
- If the value is
value
, wait until woken up. - If the value is
value
, wait until woken up or expired. - Wake all threads that are waiting on this atomic.
- Wake one thread that is waiting on this atomic.