Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each pico presents an event loop that handles events sent to the pico according to the rulesets that are installed in it. The following diagram shows the five phases of event evaluation. Note that evaluation is a cycle like any interpreter. The event represents the input to the interpreter that causes the cycle to happen. Once that event has been evaluated, the pico waits for another event.



Image RemovedImage Added


We'll discuss the five stages in order.

...