Expand description
Mechanisms for introducing forward references and cycles in Hydro.
Structs§
- Forward
Handle - A handle that can be used to fulfill a forward reference.
- Tick
Cycle Handle - A handle that can be used to complete a tick cycle by sending a collection to the next tick.
Enums§
- Forward
Ref - Marks that the
ForwardHandle
is for a “forward reference” to a later-defined collection. - Tick
Cycle - Marks that the
ForwardHandle
will send a live collection to the next tick.