Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncIo ¶
type AsyncIo struct {
// contains filtered or unexported fields
}
func NewAsyncIo ¶
func NewAsyncIo(src io.Reader, dst interfaces.WriteFlusherReporter, chanSize int, timeOut int, bufSize int) *AsyncIo
func (*AsyncIo) ReadFromChan ¶
func (a *AsyncIo) ReadFromChan()
func (*AsyncIo) WriteToChan ¶
func (a *AsyncIo) WriteToChan()
Click to show internal directories.
Click to hide internal directories.