Module tokio::loom::std::sync::atomic

source ·

Structs

  • AtomicBool 🔒
    A boolean type which can be safely shared between threads.
  • AtomicPtr 🔒
    A raw pointer type which can be safely shared between threads.
  • AtomicU8 🔒
    An integer type which can be safely shared between threads.
  • AtomicU64 🔒
    An integer type which can be safely shared between threads.

Enums

Functions

  • fence 🔒
    An atomic fence.