How Qt Signals and Slots Work – Part 3 – Queued and Inter Thread Connections

This blog is part of a series of blogs explaining the internals of signals and slots.

Part 1 – How Qt Signals and Slots Work
Part 2 – Qt 5 new syntax
Interlude – QMetatype knows your types
In this article, we will explore the mechanisms powering the Qt queued connections.
Source: Ziobudda.net