pub fn async_new<R, H>(inner: R) -> AsyncReader<R, H>where
R: AsyncReadExt,
H: Hash,Available on crate feature
async-runtime-tokio only.Expand description
Creates new AsyncReader.
pub fn async_new<R, H>(inner: R) -> AsyncReader<R, H>where
R: AsyncReadExt,
H: Hash,async-runtime-tokio only.Creates new AsyncReader.