![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on Two parallel functions? within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Does anybody know how to run two functions at the same time in lua? /lingon :icon_smil...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#2 |
![]() ![]() Bush Programmer
|
I doubt that is possible.
The functions that you writ in LUA appear to be non-reentrant, exept for anything to do with music or sound that seem to run independently. You may be able to rewrite the code so that they appear to be running at the same time. Last edited by Art; 12-11-2005 at 03:13 PM.. |
|
|
|
|
|
#3 |
![]() OMGZ0R this guy is 1337
|
not possible just run them in the same loop and dont display there output untill both routines are finished
__________________
[IMG]http://img26.imageshack.us/img26/4208/sigcopy0lu.jpg[/IMG] |
|
|
|
![]() |
| Tags |
| functions , parallel |
| Thread Tools | |
|
|