new
Creates a new atomic integer.
Examples
use std::sync::atomic::AtomicU64; let atomic_forty_two = AtomicU64::new(42);
Arguments
| Name | Type | Documentation |
|---|---|---|
| v | U64 | No Documentation 🚧 |
Returns
| Name | Type | Documentation |
|---|---|---|
| arg0 | AtomicU64 | No Documentation 🚧 |