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
Another change I'm thinking about is to add poll_{read,write}_buf like tokio's same name methods (poll_read_buf, poll_write_buf). This makes tokio::io::Async* and futures::io::Async* almost identical, so that tokio probably can use the futures's io traits. (Stabilizing this is probably blocked by bytes 0.5 release, but since poll_{read,write}_buf have default implementations, it could be made to work well by adding a feature gate. )
Add the methods mentioned in #1688.
Probably blocked by bytes 0.5-alpha.cc tokio-rs/tokio#1297
The text was updated successfully, but these errors were encountered: