Crate wasefire_sync

source ·
Expand description

This crate provides different synchronization primitives.

Modules§

Macros§

Structs§

  • A boolean type which can be safely shared between threads.
  • An integer type which can be safely shared between threads.
  • An integer type which can be safely shared between threads.
  • An integer type which can be safely shared between threads.
  • An integer type which can be safely shared between threads.
  • An integer type which can be safely shared between threads.
  • A raw pointer type which can be safely shared between threads.
  • An integer type which can be safely shared between threads.
  • An integer type which can be safely shared between threads.
  • An integer type which can be safely shared between threads.
  • An integer type which can be safely shared between threads.
  • An integer type which can be safely shared between threads.
  • Non-blocking non-reentrant mutex.
  • Convenient wrapper around Mutex<Option<T>>.

Enums§

Functions§

Type Aliases§

  • Locks a mutex and provides access to its content until dropped.