提交 14aba043 编写于 作者: 独孤过's avatar 独孤过

Update ThreadPool

上级 d9c8bffd
......@@ -82,7 +82,8 @@ int main()
using std::cout;
using std::endl;
constexpr auto load = []() noexcept { return counter.load(std::memory_order_relaxed); };
constexpr auto load = []() noexcept \
{ return counter.load(std::memory_order_relaxed); };
#ifdef FILE_STREAM
constexpr auto file = "ThreadPool.log";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册