Media Summary: Why an Rc, RefCell etc. can't safely go into threads. From this chapter: Note: neglected to type the whole thing but the pattern mentioned 12 seconds in requires a Mutex or RwLock inside an Modifying our code from the last video to make it actually concurrent. From this chapter: ...
Easy Rust 123 Using Arc - Detailed Analysis & Overview
Why an Rc, RefCell etc. can't safely go into threads. From this chapter: Note: neglected to type the whole thing but the pattern mentioned 12 seconds in requires a Mutex or RwLock inside an Modifying our code from the last video to make it actually concurrent. From this chapter: ... 00:00:00 Introduction 00:02:10 Fearless vs Fearful Concurrency 00:05:12 Basics 00:07:57 Joining Threads 00:11:52 Capturing ... This is the 14th in a series of videos that cover, step by step, learning to code Now that we know how an Rc works, it's time to actually