radium::types

Type Alias RadiumBool

source
pub type RadiumBool = AtomicBool;
Expand description

Best-effort atomic bool type.

Aliased Typeยง

struct RadiumBool { /* private fields */ }