Replies: 1 comment
-
Hi! This is a good point. The existance of two different traits is sad. I have implemented the Tokio traits because its what I mostly care about but nothing in the implementation is specific to Tokio. Two possible ways of working with futures_io:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there currently anything tokio-specific with the async parsers and serializers or could they be made executor agnostic by using shared traits from futures_io?
Beta Was this translation helpful? Give feedback.
All reactions