Unit 8: Asynchronous Programming ================================ In this unit, we will discuss concurrency and asynchronous programming with the goal of covering the material you you will need to add a "long running" jobs functionality to your Flask API project. .. toctree:: :maxdepth: 1 concurrency messaging async diagrams