Expand description
§ApplicationRunTime
Defines the concrete, Echo-based ApplicationRunTime for the Mountain
application. This is the core execution engine that bridges the declarative
ActionEffect system with the high-performance Echo task scheduler.
Structs§
- Application
RunTime - A
RunTimethat uses a high-performance, work-stealing scheduler (Echo) to execute allActionEffects.