We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › processes in processing
Page Index Toggle Pages: 1
processes in processing (Read 482 times)
processes in processing
Apr 5th, 2010, 2:40am
 
Hi all
been having some fun with processing of late, I have a question though.
I want to call a function from draw() that will run in the background, i.e the draw method will not wait for my method to finish executing before moving on.  Does it the flow of the program work like this? If not is it possible?
Many thanks
Tim
Re: processes in processing
Reply #1 - Apr 5th, 2010, 4:26am
 
Yes, it is called thread(ing). Just search this forum with this word (thread) to find examples on the forum.
Page Index Toggle Pages: 1