Does QThread :: wait () return (i.e. blocks execution) after calling all the slots associated with the QThread :: finished () signal?
Thanks in advance.
No, it can return before, during, or after the execution of the slot associated with the signal finished().
finished()
It depends on the type of connection to the signal slot, read the queues and direct connections .
Source: https://habr.com/ru/post/1716384/More articles:Submit post-variable using javascript? - javascripttouch screen problem - c #What is a regex for checking jabber id? - regexFind the names of all classes loaded by a Java program using reflection - javaCreating an RSS Podcast for iTunes - rssWhat are some basic conceptual differences between C # and Python? - python'or' in PHP Postgres requests - phpPayPal as IPN with Google Checkout - phpChecking pg_query_params return value with php - phpIs it safe to use PBKDF2 with SHA256 to generate 128-bit AES keys? - securityAll Articles