Implement blocking waits
Used to notify one or more threads that an event has occurred.
WaitOne(timespan) - blocks current thread until it receives a signal within the timeout interval.
Used to notify one or more threads that an event has occurred.
WaitOne(timespan) - blocks current thread until it receives a signal within the timeout interval.
No comments:
Post a Comment