Expand description
An Application
that receives an Instant
in update logic.
Traits§
- Update
- The update logic of some timed
Application
.
Functions§
- timed
- Creates an
Application
with anupdate
function that also takes theInstant
of eachMessage
.