adjust comment

This commit is contained in:
mutouyun 2018-12-20 17:19:08 +08:00
parent b5ae2746a2
commit f962dc4cb5

View File

@ -126,7 +126,7 @@ public:
} }
} }
if (k < 1024) std::this_thread::yield(); if (k < 1024) std::this_thread::yield();
// yielding coarsening // yielding => sleeping
else std::this_thread::sleep_for(std::chrono::milliseconds(1)); else std::this_thread::sleep_for(std::chrono::milliseconds(1));
} }
} }