[logo] Pragmas

>>Overlay GHC Pragmas

Executing Nodes

@this_node   <At Starting Node>

Executes the goal on this node that cast the program.

@other_node   <At One of Other Nodes>

Executes the goal on a node other than the one that cast the program.

@node_id(ID)   <At Specified Node>

Executes the goal on the node specified by the identifier ID.

Real-Time

@periodic(Msec)   <Periodic>

Executes the goal at a regular interval specified by Msec milliseconds.

>>KL1 Pragmas

Priority

@lower_priority   <At Low Priority>

Executes the goal at a lower priority.