mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Added comments
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user