common
common copied to clipboard
Lock before add "task_count_" and "task_cost_sum_"
thread_pool.h中 ThreadProc函数,是否应该在进行统计耗时和任务数前就Lock 或者通过volatile对耗时和任务数做修饰?