async-std icon indicating copy to clipboard operation
async-std copied to clipboard

Add io write by_ref

Open yjhmelody opened this issue 4 years ago • 1 comments

#131 Maybe it's a break change, because WriteExt and ReadExt both have by_ref.

yjhmelody avatar Nov 13 '19 04:11 yjhmelody

I tried doing this as part of #314 a while ago. I think the right way to go about this is to add the methods to the futures-rs implementations so they can be directly targeted.

I think this could indeed be considered a breaking change if we merged it here directly. My guess is we wouldn't break too much, but there's no harm in leaning a bit more on the conservative side here.

yoshuawuyts avatar Nov 14 '19 21:11 yoshuawuyts