✳flâneur — a map of the web's best reading
std::sync::atomic - Rust
doc.rust-lang.org · 1,862 words · saved by 1 readers
Atomic types
std::sync::atomic - Rust Skip to main content This old browser is unsupported and will most likely display funky things. Module atomic std :: sync Module atomic Copy item path 1.0.0 · Source Expand description Atomic types Atomic types provide primitive shared-memory communication between threads, and are the building blocks of other concurrent types. This module defines atomic versions of a select number of primitive types, including AtomicBool , AtomicIsize , AtomicUsize , AtomicI8 , AtomicU16 , etc. Atomic types present operations that, when used correctly, synchronize updates between threa
Explore this link on the map →related reading
- Rust Language Cheat Sheetcheats.rs
- C++11 Memory Modelpeople.cs.pitt.edu
- A half-hour to learn Rustfasterthanli.me
- Atomic Access (The Java™ Tutorials > Essential Java Classes > Concurrency)docs.oracle.com
- Spinlocks Considered Harmfulmatklad.github.io
- Shared-State Concurrency - The Rust Programming Languagedoc.rust-lang.org
- Compare-and-swap - Wikipediaen.wikipedia.org
- Memory Barriers Are Like Source Control Operationspreshing.com
- Fearless Concurrency - The Rust Programming Languagedoc.rust-lang.org
- research!rsc: Hardware Memory Models (Memory Models, Part 1)research.swtch.com
- Who ordered memory fences on an x86? | Bartosz Milewski's Programming Cafebartoszmilewski.com
- Mutex in std::sync - Rustdoc.rust-lang.org