MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / resume

Method resume

crates/openshell-tui/src/event.rs:130–132  ·  view source on GitHub ↗

Resume stdin polling (call after child process exits and TUI resumes).

(&self)

Source from the content-addressed store, hash-verified

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}

Callers 2

handle_shell_connectFunction · 0.80
handle_exec_commandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected