WriteStream not used yet.
This commit is contained in:
@@ -129,9 +129,11 @@ func (r ReadStream) Close() error {
|
|||||||
|
|
||||||
// WriteStream is a buffer that will send data asynchronously, reducing
|
// WriteStream is a buffer that will send data asynchronously, reducing
|
||||||
// the latency between subsequent Write()s.
|
// the latency between subsequent Write()s.
|
||||||
|
/*
|
||||||
type WriteStream struct {
|
type WriteStream struct {
|
||||||
s *stream
|
s *stream
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// Write sends the data to the endpoint. Write returning a nil error doesn't
|
// 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
|
// mean that data was written to the device, only that it was written to the
|
||||||
|
Reference in New Issue
Block a user