October 2019
Intermediate to advanced
444 pages
10h 37m
English
Message passing between threads has been an issue in many standard libraries and programming languages since many rely on the user to apply locking. This leads to deadlocks and is somewhat intimidating for newcomers, which is why many developers were excited when Go popularized the concept of channels, something that we can also find in Rust. Rust's channels are great for designing a safe, event-driven application in just a few lines of code without any explicit locking.
Read now
Unlock full access