Programming with Qt - Multithreading (by ICS)
Assumes knowledge of “Qt Programming Essentials” and covers Qt multithreading basics and some intermediate steps, without hands-on. Multithreading is a way to keep the user-interface responsive, even if the rest of your application is heavily computing. We would like to show you different approaches for multithreaded programming with Qt - from low-level Semaphores, Mutexes and to our high-level QtConcurrent API. We will also present some guidelines for usage of these APIs to your benefit.
Important notes. This is a teaser version of a full multi-day training course based on Qt Training materials. More information about this and other training offers is available here. ICS is a Qt Certified partner delivering premium consulting and training services around Qt.

No comments