Skip to content

Should impl AsyncRead for std::io::Read? #5225

Answered by Darksonn
infogulch asked this question in Ideas
Discussion options

You must be logged in to vote

Converting a std::io::Read into an AsyncRead is quite a complicated process. For example, the tokio::fs::File type does this, and its pretty complicated.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@infogulch
Comment options

@Darksonn
Comment options

@infogulch
Comment options

Answer selected by infogulch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants