Rust Atomics and Locks Rust Atomics and Locks

Rust Atomics and Locks

    • $52.99
    • $52.99

Publisher Description

The Rust programming language is extremely well suited for concurrency, and its ecosystem has many libraries that include lots of concurrent data structures, locks, and more. But implementing those structures correctly can be very difficult. Even in the most well-used libraries, memory ordering bugs are not uncommon.

In this practical book, Mara Bos, leader of the Rust library team, helps Rust programmers of all levels gain a clear understanding of low-level concurrency. You'll learn everything about atomics and memory ordering and how they're combined with basic operating system APIs to build common primitives like mutexes and condition variables. Once you're done, you'll have a firm grasp of how Rust's memory model, the processor, and the role of the operating system all fit together.

With this guide, you'll learn:
How Rust's type system works exceptionally well for programming concurrency correctlyAll about mutexes, condition variables, atomics, and memory orderingWhat happens in practice with atomic operations on Intel and ARM processorsHow locks are implemented with support from the operating systemHow to write correct code that includes concurrency, atomics, and locksHow to build your own locking and synchronization primitives correctly

GENRE
Computing & Internet
RELEASED
2022
14 December
LANGUAGE
EN
English
LENGTH
252
Pages
PUBLISHER
O'Reilly Media
SELLER
O Reilly Media, Inc.
SIZE
5
MB
C++ Concurrency in Action C++ Concurrency in Action
2019
Learn Multithreading with Modern C++ Learn Multithreading with Modern C++
2022
The Art of Multiprocessor Programming (Enhanced Edition) The Art of Multiprocessor Programming (Enhanced Edition)
2011
The Art of Multiprocessor Programming The Art of Multiprocessor Programming
2020
Parallel and Concurrent Programming in Haskell Parallel and Concurrent Programming in Haskell
2013
An Introduction to Parallel Programming An Introduction to Parallel Programming
2011
Programming Rust Programming Rust
2021
Rust for Rustaceans Rust for Rustaceans
2021
The Rust Programming Language, 2nd Edition The Rust Programming Language, 2nd Edition
2023