Quick 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: ...
Easy Rust 123 Using Arc - Detailed Overview & Context
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
Closures will implement one of these three traits and they take a while to figure out (or at least I did). From this chapter: ... A few functions for reference counters, plus what strong count means. From this chapter: ...