Versions Compared

Key

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

Reserved Keyword

"next" is a reserved keyword for phasers. The frontend will throw an error whenever a local or a field is name next.

IN clause

  • Pitfall: It is forbidden to pass addresses of locals on stack to an async IN clause
  • Solutions: 
    • Use the OUT clause
    • Pass a pointer to a data-structure allocated on the heap

...