Home
last modified time | relevance | path

Searched refs:Operations (Results 1 – 4 of 4) sorted by relevance

/webrtc/webrtc/src/peer_connection/operation/
H A Dmod.rs40 pub(crate) struct Operations { struct
46 impl Operations { argument
55 Operations::start(l, ops_tx, ops_rx, close_rx).await; in new()
58 Operations { in new()
69 return Operations::enqueue_inner(op, ops_tx, &self.length); in enqueue()
124 let _ = Operations::enqueue_inner(f, &ops_tx, &length); in start()
H A Doperation_test.rs8 let ops = Operations::new(); in test_operations_enqueue()
43 let ops = Operations::new(); in test_operations_done()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs34 pub(crate) ops: Arc<Operations>,
84 ops: Arc::new(Operations::new()), in new()
H A Dmod.rs45 use crate::peer_connection::operation::{Operation, Operations};
174 ops: Arc<Operations>,