Versions Compared

Key

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

...

To declare functions with no return value, the void keyword should be used.

The Synchronized Keyword

In order to support multi-threading, functions updating global variables within realtime workflows must be made thread-safe. To achieve this, the function name is preceded with the synchronized keyword:

...