Rinnegatamante / lpp-vita

Lua Player Plus for PSVITA. Documentation on: http://rinnegatamante.github.io/lpp-vita/
GNU General Public License v3.0
179 stars 27 forks source link

API for multi-thread? #7

Open Cologler opened 8 years ago

Cologler commented 8 years ago

RT.

Rinnegatamante commented 8 years ago

Not a planned feature since internally lpp-vita already manages multiple threads (ex for audio code). Maybe it will came somedays.

0x8080 commented 6 years ago

I good idea would be to implement Asynchronous IO like Luvit which really helps with running multiple tasks simultaneously (Like running a for loop while the rest of the code can still run).