Skip to main content

Module hybrid_kernel

Module hybrid_kernel 

Source
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§

HybridKernel
Hybrid simulation kernel combining tick-by-tick and event-driven processing.
HybridKernelConfig
Configuration for hybrid kernel execution.
HybridKernelResult
Result of hybrid kernel execution.

Functions§

simulate_hybrid
Convenience function to run a hybrid simulation.

Type Aliases§

EventHandlerFn
Event handler function type.