Improving Scalability Using Asynchronous Tasks

Learn about using threads and tasks to improve responsiveness in desktop or mobile apps and server-side applications.

When building a desktop or mobile app, multiple tasks (and their underlying threads) can improve responsiveness because while one thread is busy with the task, another can handle interactions with the user.

Get hands-on with 1400+ tech skills courses.