Prepare for v0.99.0

tosocketaddrs
Stjepan Glavina 5 years ago
parent f4ff5443c8
commit 3c42ecab8f

@ -44,9 +44,10 @@
//! let mut buf = vec![]; //! let mut buf = vec![];
//! //!
//! io::timeout(Duration::from_secs(5), async { //! io::timeout(Duration::from_secs(5), async {
//! stream.read_to_end(&mut buf).await? //! stream.read_to_end(&mut buf).await?;
//! Ok(buf) //! Ok(buf)
//! }) //! })
//! .await
//! } //! }
//! //!
//! fn main() { //! fn main() {

Loading…
Cancel
Save