xref: /xiu/protocol/httpflv/src/server_test.rs (revision a3d19ccc)
1 // use std::thread;
2 // use std::time::Duration;
3 #[tokio::test]
my_test()4 async fn my_test() {
5     tokio::join!(async move {
6         //super::server::run().await;
7     });
8 }
9