But what do you need signals for? Isn't it better to have a wait condition so that all threads wait there until there is anything to do? You could have then a single controller object where you could store jobs and start/stop threads.
But what do you need signals for? Isn't it better to have a wait condition so that all threads wait there until there is anything to do? You could have then a single controller object where you could store jobs and start/stop threads.
I don't think I understand. How do you transfer information across threads if not by signals/slots?
Through a common variable.
TheGrimace (5th October 2007)
Ok, Thank You
Bookmarks