disguise developers

Designer Plugins

Plugins for Disguise Designer software.

atomic_bool

Reflection of the std::atomic_bool class from the C++ standard library

Base class: _BlipValue

Constructors

__init__(self)

Default constructor for atomic_bool

Methods

load(self) -> bool

Atomically read the value of the boolean

store(self, arg0: bool)

Atomically set the value of the boolean