Use in async and/or tokio #178
Unanswered
computerquip
asked this question in
Q&A
Replies: 3 comments 2 replies
-
It should be possible to use binrw with tokio by using |
Beta Was this translation helpful? Give feedback.
0 replies
-
There's no way to read/write asynchronously? |
Beta Was this translation helpful? Give feedback.
2 replies
-
For anyone who is interested in a more detailed write-up on async library support in Rust, the blog post The bane of my existence: Supporting both async and sync code in Rust provides more information about why it is not so simple right now. |
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 any way to use this functionality using tokio in an asynchronous manner?
Beta Was this translation helpful? Give feedback.
All reactions