Skip to main content

Section outline

    • Smart pointers: Box, Rc, Arc

    • Interior mutability and borrow rules

    • Concurrency: Send/Sync, Mutex, RwLock

    • Closures and function traits

    • Multithreading and message passing