Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Smart Pointers

ImportantHeap · shared ownership · lockingPlanned

This chapter will build from Box<T> to Arc<T> to Arc<Mutex<T>>, treating each layer as the answer to a distinct requirement rather than a memorized concurrency recipe.