Searched refs:Operations (Results 1 – 4 of 4) sorted by relevance
| /webrtc/webrtc/src/peer_connection/operation/ |
| H A D | mod.rs | 40 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 D | operation_test.rs | 8 let ops = Operations::new(); in test_operations_enqueue() 43 let ops = Operations::new(); in test_operations_done()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 34 pub(crate) ops: Arc<Operations>, 84 ops: Arc::new(Operations::new()), in new()
|
| H A D | mod.rs | 45 use crate::peer_connection::operation::{Operation, Operations}; 174 ops: Arc<Operations>,
|