Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseSubProc ¶
type BaseSubProc struct {
// contains filtered or unexported fields
}
func NewBaseSubProc ¶
func NewBaseSubProc() *BaseSubProc
func (*BaseSubProc) BaseDispose ¶
func (p *BaseSubProc) BaseDispose()
func (*BaseSubProc) Err ¶
func (p *BaseSubProc) Err() <-chan error
func (*BaseSubProc) GotError ¶
func (p *BaseSubProc) GotError(err error)
func (*BaseSubProc) Stopped ¶
func (p *BaseSubProc) Stopped() <-chan struct{}
type PacketSender ¶
Click to show internal directories.
Click to hide internal directories.