MCPcopy 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
3140struct TaskGuard(tokio::task::JoinHandle<()>);
3141
3142impl Drop for TaskGuard {
3143 fn drop(&mut self) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected