<delay> ( model timeout -- delay )
Models ยป Delay models

Prev:delay


Vocabulary
models.delay

Inputs
modela model
timeouta duration


Outputs
delaya delay


Word description
Creates a new instance of delay. The timeout must elapse from the time the underlying model last changed to when the delay model value is changed and its connections are notified.

Examples
See the example in the documentation for delay.

Definition