mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 22:10:01 -04:00
separate stream into separate files
This commit is contained in:
parent
2efb641228
commit
fc63298397
5 changed files with 341 additions and 329 deletions
|
@ -2,7 +2,7 @@ mod client;
|
|||
mod server;
|
||||
use std::{future::Future, pin::Pin, time::Duration};
|
||||
|
||||
pub use client::ClientMux;
|
||||
pub use client::{ClientMux, ClientMuxResult};
|
||||
use futures::{select, FutureExt};
|
||||
use futures_timer::Delay;
|
||||
pub use server::{ServerMux, ServerMuxResult};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue