1 year ago
#358666
David Renz
C# - Polling a bool value with a timeout
I'm searching a "nice" way to poll a boolean value every 200ms and throw a timeout exception if it is not set to true in the meantime.
Are there any best practices to do so?
c#
.net
timeout
polling
.net-standard-2.1
0 Answers
Your Answer