Multiprocessor programming is a big mystery to many people. This is an introduction workshop for beginners explaining different modes on execution and then use channels to develop a multi-platform, parallel thumbnail generator.
Using the crates ThreadPool and rayon we will learn how easy it is to parallelize workloads with rust.