Skip to main content

Mojo module

atomic

Implements the Atomic class.

You can import these APIs from the os package. For example:

from os import Atomic

Structs

  • Atomic: Represents a value with atomic operations.

Was this page helpful?