Added comments

This commit is contained in:
Benjamin Höglinger-Stelzer
2019-04-22 19:14:26 +02:00
parent ca441cf623
commit eddb75c0c4

View File

@@ -67,8 +67,8 @@ void NotificationRequestPool::operator()()
const auto ret = WaitForMultipleObjects(
requests_.size(),
wait_handles_,
FALSE,
25
FALSE, // first one to be signaled wins
25 // don't block indefinitely so worker can be canceled
);
// timeout has occurred...