Module forward_handle

Module forward_handle 

Source
Expand description

Mechanisms for introducing forward references and cycles in Hydro.

Structs§

ForwardHandle
A handle that can be used to fulfill a forward reference.
TickCycleHandle
A handle that can be used to complete a tick cycle by sending a collection to the next tick.

Enums§

ForwardRef
Marks that the ForwardHandle is for a “forward reference” to a later-defined collection.
TickCycle
Marks that the ForwardHandle will send a live collection to the next tick.