Werewolf icon indicating copy to clipboard operation
Werewolf copied to clipboard

Use a thread pool for timers instead of forking child processes

Open AlecM33 opened this issue 2 years ago • 0 comments

Worker threads are more appropriate for the task of running timers

https://nodejs.org/api/worker_threads.html

AlecM33 avatar Mar 24 '24 15:03 AlecM33