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