let (tx, mut rx1) = broadcast::channel(16);. let mut rx2 = tx.subscribe();. tokio::spawn(async move {. assert_eq!(rx1.recv().await.unwrap(), ...
確定! 回上一頁