Skip to main content

4 docs tagged with "threads"

View all tags

Message Passing to Transfer Data Between Threads with Channels

Following our exploration of Threads: Creating and Managing Threads, we'll now dive into Message Passing to Transfer Data Between Threads with Channels. This is a powerful technique for communication between threads that helps ensure safety and prevent bugs.

Threads: Creating and Managing Threads

Following our introduction to Fearless Concurrency, this article delves into Threads: Creating and Managing Threads. This is the next logical step in our journey to mastering concurrent programming in Rust.