Refactor async io support #1389
Annotations
14 errors
Code coverage (glommio):
ntex-glommio/src/io.rs#L64
the trait bound `net_impl::TcpStream: futures_lite::AsyncRead` is not satisfied
|
Code coverage (glommio):
ntex-glommio/src/io.rs#L64
the trait bound `net_impl::TcpStream: futures_lite::AsyncWrite` is not satisfied
|
Code coverage (glommio):
ntex-glommio/src/io.rs#L77
no method named `poll_close` found for struct `Pin<&mut net_impl::TcpStream>` in the current scope
|
Code coverage (glommio):
ntex-glommio/src/io.rs#L179
the trait bound `net_impl::UnixStream: futures_lite::AsyncRead` is not satisfied
|
Code coverage (glommio):
ntex-glommio/src/io.rs#L179
the trait bound `net_impl::UnixStream: futures_lite::AsyncWrite` is not satisfied
|
Code coverage (glommio):
ntex-glommio/src/io.rs#L192
no method named `poll_close` found for struct `Pin<&mut net_impl::UnixStream>` in the current scope
|
Code coverage (glommio)
Process completed with exit code 1.
|
Code coverage (tokio):
ntex-glommio/src/io.rs#L64
the trait bound `net_impl::TcpStream: futures_lite::AsyncRead` is not satisfied
|
Code coverage (tokio):
ntex-glommio/src/io.rs#L64
the trait bound `net_impl::TcpStream: futures_lite::AsyncWrite` is not satisfied
|
Code coverage (tokio):
ntex-glommio/src/io.rs#L77
no method named `poll_close` found for struct `Pin<&mut net_impl::TcpStream>` in the current scope
|
Code coverage (tokio):
ntex-glommio/src/io.rs#L179
the trait bound `net_impl::UnixStream: futures_lite::AsyncRead` is not satisfied
|
Code coverage (tokio):
ntex-glommio/src/io.rs#L179
the trait bound `net_impl::UnixStream: futures_lite::AsyncWrite` is not satisfied
|
Code coverage (tokio):
ntex-glommio/src/io.rs#L192
no method named `poll_close` found for struct `Pin<&mut net_impl::UnixStream>` in the current scope
|
Code coverage (tokio)
Process completed with exit code 1.
|
Loading