You're reading an old version of this documentation.
For the latest stable release version, please have a look at master.

Sensitive API

You can register callback to be called on each delta-cycle of the simulation :

Sensitive functions

Description

forkSensitive { callback }

Register the callback code to be called at each delta-cycle of the simulation

forkSensitiveWhile { callback }

Register the callback code to be called at each delta-cycle of the simulation, while the callback return value true (reschedule)