wasmer_wasix::utils

Module owned_mutex_guard

Source

Structsยง

Functionsยง

  • read_owned ๐Ÿ”’
    Locks this rwlock with shared read access, blocking the current thread until it can be acquired.
  • write_owned ๐Ÿ”’
    Locks this rwlock with exclusive write access, blocking the current thread until it can be acquired.