Message Passing With Rust MPSC Channels - Rust Tutorial
Offered By: Trevor Sullivan via YouTube
Course Description
Overview
Explore message passing in Rust using MPSC (Multiple Producer, Single Consumer) channels in this 31-minute tutorial. Learn how to create channels, send data between threads, and work with sender and receiver handles. Discover the .send(), .recv(), and .recv_timeout() methods for managing message queues. Understand how Rust's generic channels allow for sending and receiving various data types. Dive into the std::sync::mpsc module, practice sending and receiving messages, and explore timeout functionality. Gain hands-on experience with closures and error handling in the context of channel communication. By the end of this tutorial, master the fundamentals of inter-thread communication in Rust using MPSC channels.
Syllabus
Introduction
Rust Documentation
Importing MPSC Module
Sending Messages
Sending Results
Receiving Messages
ReceiveTimeout
ReceiveResult
Closure
Print Line
Receive Message
Send Message
Testing
Outro
Taught by
Trevor Sullivan
Related Courses
Pattern-Oriented Software Architectures: Programming Mobile Services for Android Handheld SystemsVanderbilt University via Coursera Paradigms of Computer Programming
Université catholique de Louvain via edX Introduction to Operating Systems
Georgia Institute of Technology via Udacity Programming Mobile Services for Android Handheld Systems: Content
Vanderbilt University via Coursera Advanced Software Construction in Java
Massachusetts Institute of Technology via edX