Searched refs:Receiver (Results 1 – 4 of 4) sorted by relevance
| /xiu/library/streamhub/src/statistics/ |
| H A D | avstatistics.rs | 9 mpsc::{Receiver, Sender}, 37 let (s, _): (Sender<bool>, Receiver<bool>) = mpsc::channel(1); in new() 95 let (s, mut r): (Sender<bool>, Receiver<bool>) = mpsc::channel(1); in start()
|
| /xiu/library/logger/src/ |
| H A D | logger.rs | 13 mpsc::{channel, Receiver, Sender}, 91 r: Receiver<bool>, in gen_log_file_thread_run()
|
| /xiu/library/streamhub/src/ |
| H A D | define.rs | 159 pub type BroadcastEventReceiver = broadcast::Receiver<BroadcastEvent>; 168 pub type StreamStatisticSizeReceiver = oneshot::Receiver<usize>;
|
| H A D | lib.rs | 58 mut exit: broadcast::Receiver<()>, in receive_frame_data_loop() argument 112 mut exit: broadcast::Receiver<()>, in receive_packet_data_loop() argument
|