Posted 25 June 2012 - 12:38 AM
So i looked this up in the wiki and i still have a question. I am making this server thing and i need the 1 computer to do multiple functions. I am using the parallel api and was wondering if this code is possible…
function 1()
while true do
...
end
end
function 2()
while true do
...
end
end
parallel.waitForAny( 1(), 2() )