[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Thread pool
- From: caco <cacophonitrix@...>
- Date: Sat, 06 Mar 2021 21:48:11 +0000
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.