Returns a clone of the underlying flat `ShutdownWatch`.
(&self)
| 362 | |
| 363 | /// Returns a clone of the underlying flat `ShutdownWatch`. |
| 364 | pub fn flat_watch(&self) -> &Arc<ShutdownWatch> { |
| 365 | &self.flat_watch |
| 366 | } |
| 367 | } |
| 368 | |
| 369 | /// Register a loop with both the `LoopRegistry` (flat await) AND the |
no outgoing calls
no test coverage detected