Technical requirements
In this chapter, we will be building on the code from Chapter 14, Exploring the Tokio Framework. This can be found at the following URL: https://github.com/PacktPublishing/Rust-Web-Programming-2nd-Edition/tree/main/chapter14/working_with_actors.
The code for this chapter can be found at https://github.com/PacktPublishing/Rust-Web-Programming-2nd-Edition/tree/main/chapter15.