Small Light Weight ThreadPool
ThreadPool->set_queue_functions(new_func, init_func, push_back_func, pop_head_func)
ThreadPool->init(thread_count)
ThreadPool->destroy()
ThreadPool->get_total()
ThreadPool->get_available()
ThreadPool->get_busy()
ThreadPool->get_tid()
ThreadPool->set_logfile(FILE*)
ThreadPool->post(job, args)