在[include/workspace/workbranch.h:232](https://github.com/CodingHanYa/workspace/blob/24d60fe96ad3a5ea0ad22e603c69e79cba165e0e/include/workspace/workbranch.h#L232C14-L232C14)里: ```cpp while (true) { if (decline <= 0 && tq.try_pop(task)) { // 访问decline但是没有锁 ``` decline应该是待删除的线程数吧,这里读它不用加锁吗,是为什么?
在include/workspace/workbranch.h:232里:
decline应该是待删除的线程数吧,这里读它不用加锁吗,是为什么?