I define a ThreadPoolclass, and it has a memeber: std::array Workerlist. The code is as follows:
ThreadPool
std::array Workerlist
#ifndef TH