1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 06:09:02 +02:00

prepare actix-rt release 2.2.0

This commit is contained in:
Rob Ede
2021-03-29 06:57:14 +01:00
parent 4544562e1b
commit 3cf1c548fd
5 changed files with 31 additions and 75 deletions

View File

@ -87,6 +87,7 @@ pub mod net {
pub use tokio::net::{UnixDatagram, UnixListener, UnixStream};
/// Extension trait over async read+write types that can also signal readiness.
#[doc(hidden)]
pub trait ActixStream: AsyncRead + AsyncWrite + Unpin {
/// Poll stream and check read readiness of Self.
///