Resume stdin polling (call after child process exits and TUI resumes).
(&self)
| 128 | |
| 129 | /// Resume stdin polling (call after child process exits and TUI resumes). |
| 130 | pub fn resume(&self) { |
| 131 | self.paused.store(false, Ordering::Relaxed); |
| 132 | } |
| 133 | } |
no outgoing calls
no test coverage detected