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§

  • 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.