1
0
Fork 0
forked from lthn/blockchain

attempt to fix threads_pool on mac/clang

This commit is contained in:
cryptozoidberg 2022-04-18 19:26:03 +02:00
parent 25163db2bf
commit f407089855
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -81,7 +81,7 @@ namespace utils
std::mutex batch_mutex;
std::atomic<size_t> cnt = 0;
std::atomic<size_t> cnt(0);
for (const auto& jb : cntr)
{
call_executor_base* pjob = jb.get();