Description
Description-Separate-1This example has an implementation of a producer/consumer architecture communicated by a queue.
-The producer loop captures the user events and includes the corresponding actions in the queue.
-The consumer loop executes the action.
The action in this example is to toggle a boolean indicator until the "OK" button is pressed.
Description-Separate-2