Type Definition radium::types::RadiumPtr[][src]

type RadiumPtr<T> = AtomicPtr<T>;
[]

Best-effort atomic pointer type.