Chapter 12. Improving Performance and Scalability with Multitasking
This chapter is about allowing multiple actions to occur at the same time to improve performance, scalability, and user productivity.
In this chapter, we will cover the following topics:
Understanding processes and threads
Running tasks asynchronously
The
async
andawait
keywordsSynchronizing access to shared resources