mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
chore: Update futures-preview to 0.3.0-alpha.17 (#1267)
This commit is contained in:
@@ -9,7 +9,8 @@ use tokio_current_thread::block_on_all;
|
||||
use tokio_io::AsyncRead;
|
||||
|
||||
use bytes::{Buf, BufMut, BytesMut, IntoBuf};
|
||||
use futures::prelude::{FutureExt, StreamExt};
|
||||
use futures::future::FutureExt;
|
||||
use futures::stream::StreamExt;
|
||||
|
||||
const INITIAL_CAPACITY: usize = 8 * 1024;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user