Tagged Questions
2
votes
2answers
189 views
Using Event Handles Across Threads - C++
I have an application wherein I am sharing event handles across threads. These event handles are used to signal transmit complete and received data notifications of serial I/O to the application. ...