In real life, writing code that does multiple tasks in parallel introduces new problems and bugs rising from synchronization issues between the tasks. In this article I'll explore what Qt has to offer to developers writing concurrent applications, and consider the best mechanism to use for every situation. Although writing parallel applications can be a pain, Qt does a lot to ease that pain........
Bookmarks