ThreadPool
ThreadPool copied to clipboard
Memory usage?
It's very nice. Can it run without the call to std::make_shared<> to avoid a memory allocation?
std::make_shared<> will release it when no one use it anymore do you think this will cause memory leak or something else?