Type Definition RadiumPtr
radium::types
type RadiumPtr<T> = AtomicPtr<T>;
Best-effort atomic pointer type.