We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bf159 commit ed1e7b9Copy full SHA for ed1e7b9
1 file changed
server/src/registry.rs
@@ -25,7 +25,7 @@ pub struct DaemonConnection {
25
// ═══════════════════════════════════════════════════════════════════
26
// Incoming: Daemon → Python (Request/Response Pattern)
27
28
- /// Maps request_id → response channel for execute_command() calls
+ /// Maps request_id → response channel for exec() calls
29
/// When Python sends a command, it registers a oneshot channel here and waits.
30
/// When daemon responds with CommandOutput, we look up and send result back.
31
/// Pattern: Request/Response (each command gets exactly one response)
0 commit comments