 |
Thread pool pattern - Wikipedia, the free encyclopedia
In computer programming, the thread pool pattern (also replicated workers or worker-crew model[1]) is where a number of threads are created to perform a number of tasks, which are usually organized in a queue. The results from the tasks being executed mig
en.wikipedia.org |
 |