bevy_platform::sync

Module atomic

Source
Expand description

Provides various atomic alternatives to language primitives.

Certain platforms lack complete atomic support, requiring the use of a fallback such as portable-atomic. Using these types will ensure the correct atomic provider is used without the need for feature gates in your own code.

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.

Enums§