July 2018
Beginner to intermediate
668 pages
16h 29m
English
The event object is used to send a signal to a thread indicating that a particular event has occurred inside another thread. The event does not carry information; it simply informs us that something has happened. It is simple, but can be useful in creating very complex synchronization mechanisms between two or more threads.
Events can be in a signaled state or not. If you want to have a deeper understanding of the event objects and their utilization, visit the following links:
Read now
Unlock full access