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 ¶ added in v1.12.1
func NewBlockingRW() *BlockingRW
func (*BlockingRW) Close ¶ added in v1.12.1
func (rw *BlockingRW) Close() error
type NoopCloser ¶ added in v1.13.0
type NoopCloser struct{}
func (NoopCloser) Close ¶ added in v1.13.0
func (NoopCloser) Close() error
Click to show internal directories.
Click to hide internal directories.