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:

Functions§

wait
If the value is value, wait until woken up.
wait_until
If the value is value, wait until woken up or expired.
wake_all
Wake all threads that are waiting on this atomic.
wake_one
Wake one thread that is waiting on this atomic.