Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrClosed = errors.New("closed")
Functions ¶
This section is empty.
Types ¶
type BlockingRW ¶
type BlockingRW struct {
// contains filtered or unexported fields
}
BlockingRW implements io.Reader, Writer and Closer, but only returns when closed
func NewBlockingRW ¶
func NewBlockingRW() *BlockingRW
func (*BlockingRW) Close ¶
func (rw *BlockingRW) Close() error
type NoopCloser ¶
type NoopCloser struct{}
func (NoopCloser) Close ¶
func (NoopCloser) Close() error
Click to show internal directories.
Click to hide internal directories.