]> git.lizzy.rs Git - mt_rudp.git/blobdiff - src/lib.rs
Use channels
[mt_rudp.git] / src / lib.rs
index e7a8ebe5f978e3ba0912cb186127e9ec93583bcb..b9a042d65be420f222b89b2553b50f6f14035b09 100644 (file)
@@ -4,13 +4,11 @@
 mod client;
 mod common;
 mod error;
-mod recv;
 mod send;
-mod share;
+mod worker;
 
 pub use client::*;
 pub use common::*;
 pub use error::*;
-pub use recv::*;
 pub use send::*;
-pub use share::*;
+pub use worker::*;