AsyncBinaryReaderWriter
AsyncBinaryReaderWriter copied to clipboard
ValueTask!
Say no to allocations!
Changing the existing methods to value tasks would introduce breaking changes. I'm open to ideas, though.
@ronnieoverby looks like Stream
class won't support them, so there is little point I guess.
However, the new classes in System.IO.Pilelines
could get a corresponding AsyncBinaryReader
and AsyncBinaryWriter
.
looks like
Stream
class won't support them
I'm not quite sure what you mean.
However, the new classes in
System.IO.Pilelines
could get a correspondingAsyncBinaryReader
andAsyncBinaryWriter
.
Interesting.