I'm reading "Foundation of Qt Development" book and I'm reading this line of text:
"QFtp and QHttp classes are asynchronous"

I know this classes are deprecated but the main reason why I create this thread is to figure out difference between Synchronous and asynchronous classes.

So,what's the difference?