Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultBufioReaderPool = BufioReaderPool{MaxSize: 1024}
View Source
var DefaultBufioWriterPool = BufioWriterPool{MaxSize: 1024}
Functions ¶
Types ¶
type BufioReaderPool ¶
type BufioReaderPool struct {
MaxSize int
// contains filtered or unexported fields
}
func (*BufioReaderPool) Put ¶
func (rdp *BufioReaderPool) Put(reader *bufio.Reader)
type BufioWriterPool ¶
type BufioWriterPool struct {
MaxSize int
// contains filtered or unexported fields
}
func (*BufioWriterPool) Put ¶
func (rdp *BufioWriterPool) Put(writer *bufio.Writer)
Click to show internal directories.
Click to hide internal directories.