Windows Programming Question:
What is Event Object and why it is used?
Answer:
Event is the thread synchronization object to set signaled state or non-signaled state.
Previous Question | Next Question |
APIs for creating event and set and reset the events? | What is the limit on per process for creating a thread? |