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) |