Skip to content

Conversation

@olivia-fl
Copy link

This PR depends on #6, so don't merge it until that #6 is merged.

tokio::io and futures::io have completely separate AsyncRead and AsyncWrite traits. There is a compatibility layer between the two, but it's clunky. We might as well implement both traits. This results in a bit of code duplication, but it's not too bad, and simplifies using tokio-libtls with futures::io for users.

@olivia-fl olivia-fl changed the title Impl futures io Implement futures::io::AsyncRead and AsyncWrite Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant