|
|
 English
|
|
|
This tutorial illustrates through small examples most of the SugarCubes instructions and mechanisms:
- Scheduling: The first set of examples shows as one writes SugarCubes programs to schedule tasks in a reactive system.
- HelloWorld: is a first example presenting
the few steps requiered to get a reactive system up and running.
- Atomic Operations: is a tutorial showing how
to use and build atomic opérations in SugarCubes.
- Sequencing: is a tutorial showing sequence
of tasks (atomic actions).
- Stop instruction: is a tutorial showing the use
of the stop instruction in a sequence in order to explicitly mark the end of instants
in the sequence.
- This page describes one of the most important feature of the reactive approach i.e. concurent programming.