NOTICE: All KPL locations will be CLOSED, Friday, July 3 and Saturday, July 4 in observance of Independence Day. For the most up to date hours of operation, visit our location page.

Rust: Asynchronous Programming with Tokio

Summary

Learn the basics on how to use Tokio, the asynchronous primitives it offers, and the channels it provides.

Suggested prerequisites Familiarity with asynchronous programming Asynchronous programming is becoming the de facto coding paradigm of Rust. Instead of letting your code and CPU sit there and wait for a response or return value, you can use asynchronous programming to get to work on another task. In this course, senior software engineer and content creator Marcus Willock covers what you need to know about using Tokio, the asynchronous primitives it offers, and the channels it provides.

Subjects

Added Authors

linkedin.com (Firm)