Check if runtime is running
(&self)
| 102 | |
| 103 | /// Check if runtime is running |
| 104 | pub fn is_running(&self) -> bool { |
| 105 | self.running.load(Ordering::Relaxed) |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | impl Default for Runtime { |
nothing calls this directly
no outgoing calls
no test coverage detected