Where to find exercise about advanced feature in Rust

First of all: Rust is not object-oriented.

If you're interested in concurrent programming then @cfsamson has written some great books about the subject:

Although those might be lower-level than what you're looking for. So instead I would recommend Ryan Levik's video tutorial on how to implement a simple Thread Pool in Rust.

6 Likes