Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 6 of 6) sorted by relevance

/webrtc/util/src/conn/
H A Dconn_bridge.rs77 stack: [Mutex<VecDeque<Bytes>>; 2], field
130 let mut stack = self.stack[id].lock().await; in push() localVariable
131 stack.push_back(d); in push()
133 let ok = inverse(&mut stack); in push()
136 queue.append(&mut stack); in push()
/webrtc/util/
H A DCargo.toml6 description = "Utilities for WebRTC.rs stack"
H A DREADME.md29 Utilities for WebRTC.rs stack. Rewrite <a href="http://Pion.ly">Pion</a> Util/Transport in Rust
/webrtc/examples/
H A DREADME.md29 Examples of WebRTC.rs stack. Rewrite <a href="http://Pion.ly">Pion</a> Examples in Rust
H A DCargo.toml6 description = "Examples of WebRTC.rs stack"
/webrtc/
H A DREADME.md32 …A pure Rust implementation of WebRTC stack. Rewrite <a href="http://Pion.ly">Pion</a> WebRTC stack
69 …st implementation of WebRTC stack, which rewrites <a href="https://github.com/pion/webrtc/releases…