Quote:
|
Originally Posted by moyack
call ExecuteFunc( "functionname" ) will run this function in parallel with the remaining script.
|
Not in parallel but in series. The ExecuteFunc thread will run first (until it hits the end/a wait) and then back to the calling function.
Two threads cannot run at the same time.