You will learn about a common programming pattern called the job pattern in this video, useful for asynchronous operations (for instance, driven by the Qt event loop) such as socket communication, or any other operation which emits signals upon progress and completion: #Cpp #QtDev #CPlusPlus