Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ TaskGuard
Class
TaskGuard
crates/openshell-cli/src/run.rs:3140–3140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3138
}
3139
3140
struct TaskGuard(tokio::task::JoinHandle<()>);
3141
3142
impl Drop for TaskGuard {
3143
fn drop(&mut self) {
Callers
1
sandbox_exec_interactive_grpc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected