Module hydroflow::scheduled::ticks

source ·
Expand description

This module contains types to work with ticks.

Each iteration of a Hydroflow transducer loop is called a tick. Associated with the transducer is a clock value, which tells you how many ticks were executed by this transducer prior to the current tick. Each transducer produces totally ordered, sequentially increasing clock values, which you can think of as the “local logical time” at the transducer.

Structs§