//! Public names for the optional scoped-connection actor experiment.
//!
//! OpenRTC’s actor/registry pattern is a generic “scoped connection owner”
//! keyed by `{scope, peer_node_id}`. The initial implementation was introduced
//! to stabilize Plutonium’s drive-grant flows, but the core behavior is not
//! drive-specific. This module provides generic names so downstream apps can
//! adopt the pattern without inheriting Plutonium domain terminology.
//!
//! The implementation stays in the historical `drive_grant_actor.rs` file while
//! the experiment is isolated behind `experimental-scoped-actor`. This module is
//! the only supported Rust API name; the experiment must not be enabled beside
//! the runtime-owned TypeScript actor in normal production startup.
pub use ;