
Rust
Programming Throwdown
00:00
How to Share a Pointer to an Object With Another Thread
Rust is a new type of programming language. It lets you share pointers with other threads, but the thread that created them owns their own memory. The compiler will get unhappy if another thread tries to delete a box it didn't create.
Transcript
Play full episode