Home
last modified time | relevance | path

Searched refs:run (Results 1 – 15 of 15) sorted by relevance

/webrtc/.github/workflows/
H A Dcargo.yml34 run: rustup update stable
50 run: cargo test --features metrics
68 run: rustup update stable
82 run: cp D:\a C:\ -Recurse
87 run: cargo test --features metrics
90 name: Check formatting style and run clippy
130 - run: cargo minimal-versions check --workspace --all-features --ignore-private -v
131 - run: cargo minimal-versions build --workspace --all-features --ignore-private -v
132 - run: cargo minimal-versions test --workspace --all-features -v
H A Dgrcov.yml59 run: |
/webrtc/examples/examples/offer-answer/
H A DREADME.md10 First run `answer`:
17 Next, run `offer`:
/webrtc/examples/examples/data-channels-flow-control/
H A DREADME.md27 ## How to run the example code
49 Here's how to run the code:
52 $ cargo run --release --example data-channels-flow-control
/webrtc/interceptor/src/report/sender/
H A Dmod.rs44 async fn run( in run() method
117 if let Err(err) = SenderReport::run(writer2, internal).await { in bind_rtcp_writer()
/webrtc/examples/examples/ice-restart/
H A DREADME.md13 cargo run --example ice-restart
/webrtc/interceptor/src/report/receiver/
H A Dmod.rs82 async fn run( in run() method
159 if let Err(err) = ReceiverReport::run(writer2, internal).await { in bind_rtcp_writer()
/webrtc/interceptor/src/nack/generator/
H A Dmod.rs113 async fn run( in run() method
193 if let Err(err) = Generator::run(writer2, internal).await { in bind_rtcp_writer()
/webrtc/interceptor/src/twcc/receiver/
H A Dmod.rs94 async fn run( in run() method
183 if let Err(err) = Receiver::run(writer2, internal).await { in bind_rtcp_writer()
/webrtc/stun/src/
H A Dclient.rs205 .run()?; in build()
385 fn run(mut self) -> Result<Self> { in run() method
412 tokio::spawn(async move { Agent::run(agent, client_agent_rx).await }); in run()
H A Dagent.rs265 pub(crate) async fn run(mut agent: Agent, mut rx: mpsc::Receiver<ClientAgent>) { in run() method
/webrtc/dtls/examples/certificates/
H A DREADME.md5 Note that this was run on OpenSSL 1.1.1d, of which the arguments can be found in the [OpenSSL Manpa…
/webrtc/examples/examples/data-channels-create/
H A DREADME.md19 Just run `data-channels-create`.
/webrtc/examples/examples/rtp-forwarder/
H A DREADME.md36 You can run any of these commands at anytime. The media is live/stateless, you can switch commands …
/webrtc/mdns/src/conn/
H A Dmod.rs287 run(&mut p, &socket, &local_names, src, dst_addr, &queries).await in start()
292 async fn run( in run() function