You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to understand if there a particular reason why the API for async_net::TcpStream does not mirror the API provided by std::TcpStream or Async by not implementing the AsyncRead and AsyncRead for shared references. I suppose I could still do this by using the Into<Arc<Async<TcpStream>>> implementation and using the implementations on that.
The text was updated successfully, but these errors were encountered:
I would like to understand if there a particular reason why the API for async_net::TcpStream does not mirror the API provided by std::TcpStream or Async by not implementing the AsyncRead and AsyncRead for shared references. I suppose I could still do this by using the
Into<Arc<Async<TcpStream>>>
implementation and using the implementations on that.The text was updated successfully, but these errors were encountered: