File tree Expand file tree Collapse file tree
codex-rs/acp/src/connection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ const MINIMUM_SUPPORTED_VERSION: ProtocolVersion = ProtocolVersion::V1;
7777/// - The `JrConnectionCx` is cloned out and used for all subsequent requests.
7878/// - Session notifications and approval requests are forwarded via channels.
7979/// - The session update channel is swapped for each prompt via an `Arc<Mutex<...>>`.
80- /// Shared slot for the active session update sender, paired with a generation
81- /// counter to prevent stale uninstalls from wiping a newer sender.
80+ /// Shared slot for the active session update sender, paired with a generation counter to prevent
81+ /// stale uninstalls from wiping a newer sender.
8282type ActiveUpdateSlot = std:: sync:: Arc < Mutex < Option < ( u64 , mpsc:: Sender < SessionUpdate > ) > > > ;
8383
8484pub struct SacpConnection {
You can’t perform that action at this time.
0 commit comments