Returns a reference to the inner [`EngineState`].
(&self)
| 67 | |
| 68 | /// Returns a reference to the inner [`EngineState`]. |
| 69 | pub const fn state(&self) -> &EngineState { |
| 70 | &self.state |
| 71 | } |
| 72 | |
| 73 | /// Returns a receiver that can be used to listen to engine state updates. |
| 74 | pub fn state_subscribe(&self) -> tokio::sync::watch::Receiver<EngineState> { |
no outgoing calls
no test coverage detected