Introduction

Most modern software runs its processes in parallel and offloads tasks to different threads to take advantage of modern CPU multicore architecture. In this way, software can be more efficient by running multiple processes simultaneously without affecting performance. In this chapter, we will learn how to make use of threads to boost our Qt 5 application's performance and efficiency.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset