Expand description
HybridKernel - Event-Driven Simulation
This module combines tick-by-tick processing with discrete event scheduling, enabling complex simulations with both regular updates and scheduled events.
Structs§
- Hybrid
Kernel - Hybrid simulation kernel combining tick-by-tick and event-driven processing.
- Hybrid
Kernel Config - Configuration for hybrid kernel execution.
- Hybrid
Kernel Result - Result of hybrid kernel execution.
Functions§
- simulate_
hybrid - Convenience function to run a hybrid simulation.
Type Aliases§
- Event
Handler Fn - Event handler function type.