WriteStream not used yet.

This commit is contained in:
Sebastian Zagrodzki
2017-05-06 02:56:37 +02:00
parent e117225966
commit 865b14439b

View File

@@ -129,9 +129,11 @@ func (r ReadStream) Close() error {
// WriteStream is a buffer that will send data asynchronously, reducing
// the latency between subsequent Write()s.
/*
type WriteStream struct {
s *stream
}
*/
// Write sends the data to the endpoint. Write returning a nil error doesn't
// mean that data was written to the device, only that it was written to the