Home
last modified time | relevance | path

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

/webrtc/data/src/data_channel/
H A Ddata_channel_test.rs32 let mut closed_rx1 = closed_tx.subscribe(); in create_new_association_pair() localVariable
61 let _ = closed_rx1.recv().await; in create_new_association_pair()
112 let mut closed_rx1 = closed_tx.subscribe(); in close_association_pair() localVariable
127 let _ = closed_rx1.recv().await; in close_association_pair()
/webrtc/sctp/src/association/
H A Dassociation_test.rs29 let mut closed_rx1 = closed_tx.subscribe(); in create_new_association_pair() localVariable
58 let _ = closed_rx1.recv().await; in create_new_association_pair()
115 let mut closed_rx1 = closed_tx.subscribe(); in close_association_pair() localVariable
130 let _ = closed_rx1.recv().await; in close_association_pair()