Documentation
¶
Index ¶
Constants ¶
View Source
const ( SendToAllFunc = iota SendToAllLocalFunc SendToAnyLocalFunc )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Argument ¶
type Argument struct {
// FuncId means the sendFunc
FuncId int
// LocalRegs means the local register you need to send to.
LocalRegs []*process.WaitRegister
// RemoteRegs specific the remote reg you need to send to.
RemoteRegs []colexec.ReceiveInfo
// contains filtered or unexported fields
}
type WrapperClientSession ¶ added in v0.7.0
type WrapperClientSession struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.