Multiple threads and get the values of them
Unsolved
General and Desktop
-
I want to create an application that can search on multiple websites, for example:
Google
,Bing
,Yahoo
, and I want to useQNetworkAccessManager
and threads to make multiple searchs and get the result of each thread of each site.How can I do that?
-
@yodusow-bardon
Hello,
Here's an overview of what Qt provides for threading. And this sibling thread is also related to your question, check it out.Kind regards.
-
@yodusow-bardon
Hello,
Here's an overview of what Qt provides for threading. And this sibling thread is also related to your question, check it out.Kind regards.
@kshegunov Thank you, I will be reading it. Anything I will reply here. :D