Closed kammce closed 4 years ago
PollingVerification() is a helper function designed to make testing systems that poll easier to test by abstracting the std::thread work and ensuring that unit test code cannot lockup with a lock safe function.
Resolves #1288 Supports Issue #1211
PollingVerification() is a helper function designed to make testing systems that poll easier to test by abstracting the std::thread work and ensuring that unit test code cannot lockup with a lock safe function.
Resolves #1288 Supports Issue #1211