Module wasmer_wasix::syscalls::wasix::futex_wait

source ·

Structs§

  • Poller returns true if its triggered and false if it times out

Functions§

  • Wait for a futex_wake operation to wake us. Returns with EINVAL if the futex doesn’t hold the expected value. Returns false on timeout, and true in all other cases.