Expand description
Best-effort atomic types
This module exports RadiumType aliases that map to the AtomicType on
targets that have it, or Cell<type> on targets that do not. This alias can
be used as a consistent name for crates that need portable names for
non-portable types.
Type Definitions
Best-effort atomic bool type.
Best-effort atomic i8 type.
Best-effort atomic i16 type.
Best-effort atomic i32 type.
Best-effort atomic i64 type.
Best-effort atomic isize type.
Best-effort atomic pointer type.
Best-effort atomic u8 type.
Best-effort atomic u16 type.
Best-effort atomic u32 type.
Best-effort atomic u64 type.
Best-effort atomic usize type.