mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
re-export io::{ReadHalf/WriteHalf} timer::Error (#290)
This commit is contained in:
parent
dcb20b289c
commit
a6b307cfbe
@ -140,10 +140,12 @@ pub mod io {
|
||||
ReadToEnd,
|
||||
read_until,
|
||||
ReadUntil,
|
||||
ReadHalf,
|
||||
shutdown,
|
||||
Shutdown,
|
||||
write_all,
|
||||
WriteAll,
|
||||
WriteHalf,
|
||||
};
|
||||
|
||||
// Re-export io::Error so that users don't have to deal
|
||||
|
@ -80,6 +80,7 @@
|
||||
pub use tokio_timer::{
|
||||
Deadline,
|
||||
DeadlineError,
|
||||
Error,
|
||||
Interval,
|
||||
Delay,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user