lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Em sáb., 6 de mar. de 2021 às 18:49, caco <cacophonitrix@protonmail.com> escreveu:
I'm looking for a "lightweight threads" thread pool that I can submit parallel tasks to; no communication between threads required. What package should I use? (I'm on lua 5.4) Thanks. 
Here two places to start:
1. http://lua-users.org/wiki/MultiTasking
2. http://lua-users.org/wiki/ThreadsTutorial

regards,
Ranier Vilela