学如逆水行舟,不进则退!
事件
Anleventis a static object handle to synchronize between two or more concurrently active processes.One process willtrigger the event, and another process waits for the event.
How to trigger and wait for an event?
- Named events can be triggered using -> or ->> operator
- Processes can wait for an event using @ operator or .triggered