QThreads

Lockless Producer Consumer Threads: Asynchronous Communications Made Easy

In ICS’ latest technical webinar Justin Noel will teach you how to leverage Qt's cross thread communications systems to marshall data to and from communications threads using QThreads (or threads owned by third party libraries.) He’ll show you that by using the lockless producer consumer pattern you can write efficient and easy to read code without needing to add mutexes to your data structures, important because data read by QML bindings needs to be as quick as possible to avoid dropping frames. Don’t miss it!