First page Back Continue Last page Graphics
Events
Many RTOS provide services for managing “events”
different than X-window events
events are typically implemented as a boolean flag of sorts
- An event is cleared by resetting the flag.
- tasks can choose to block and wait on the flag, until
- another task can signal the event.