Documentation ¶
Index ¶
- func RunMaster()
- func RunSlave()
- type Nothing
- type PrepareCommand
- type Slave
- func (self *Slave) Current(x Nothing, rps *int64) error
- func (self *Slave) Prepare(command PrepareCommand, x *Nothing) error
- func (self *Slave) Spin(command SpinCommand, result *SpinResult) error
- func (self *Slave) Stop(x Nothing, y *Nothing) error
- func (self *Slave) Wait(x Nothing, y *Nothing) error
- type SpinCommand
- type SpinResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PrepareCommand ¶
type Slave ¶
type Slave struct {
// contains filtered or unexported fields
}
func (*Slave) Spin ¶
func (self *Slave) Spin(command SpinCommand, result *SpinResult) error
type SpinCommand ¶
type SpinResult ¶
Click to show internal directories.
Click to hide internal directories.