Session 5 - Close the loop with closures

I'd recommend to get yourself familiar with closures by reading the Closures: Anonymous Functions that Can Capture Their Environment chapter in the Rust Book.

During this session, we'll look at some practical uses of closures as well as functional programming in Rust. We will also take the first steps in asynchronous Rust programming.