Available on crate feature
sim
and stageleft_runtime
only.Expand description
Interfaces for compiled Hydro simulators and concrete simulation instances.
Structs§
- Compiled
Sim - A handle to a compiled Hydro simulation, which can be instantiated and run.
- Compiled
SimInstance - A single instance of a compiled Hydro simulation, which provides methods to interactively execute the simulation, feed inputs, and receive outputs.
- SimReceiver
- A receiver for an external bincode stream in a simulation.
- SimSender
- A sender to an external bincode sink in a simulation.
Traits§
- Instantiator
- A trait implemented by closures that can instantiate a compiled simulation.