Asynchronous programming using Qt

18

Author: JT Smith

pkej writes: “zez.org: about code has a new article by Jan Borsodi called Asynchronous programming using Qt. The article is short and to the point: Qt already comes with an asynchronous system called events, however it is more or less bound to a set number of message types. In larger GUI applications one might be interested in something which scales better. I’ll explain one such method.”