Thread Pool pattern 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 might also be placed in a queue, or the tasks might return no result. Typically, there are many more tasks than threads. As
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected