Home
last modified time | relevance | path

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

/webrtc/examples/examples/data-channels-flow-control/
H A Ddata-channels-flow-control.rs204 let (fault, mut reqs_fault) = tokio::sync::mpsc::channel(1); in main()
206 let fault = fault.clone(); in main() localVariable
210 fault.send(()).await.unwrap(); in main()
215 let (fault, mut resp_fault) = tokio::sync::mpsc::channel(1); in main()
217 let fault = fault.clone(); in main() localVariable
221 fault.send(()).await.unwrap(); in main()