This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I have a start method start() { // threads initialized here } run() { // threads execute here, and run in some loop } otherMethod() { // this sets the condition for threads to run false, so all threads will stop }
Question: will execution of program go back to the end of start() method ? thanks