MCPcopy Create free account
hub / github.com/RustCV/RustCV / AppState

Class AppState

rustcv-backend-v4l2/examples/dual_web_streaming.rs:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35// 应用状态:保存两个摄像头的广播通道
36#[derive(Clone)]
37struct AppState {
38 tx_left: broadcast::Sender<Bytes>,
39 tx_right: broadcast::Sender<Bytes>,
40}
41
42#[cfg(target_os = "linux")]
43#[tokio::main]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected