Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelArgs ¶
type CancelArgs struct { // Seq is the sequence number for the rpc.Call to cancel. Seq uint64 // contains filtered or unexported fields }
func (*CancelArgs) SetPending ¶
func (a *CancelArgs) SetPending(p *Pending)
SetPending sets the pending map for the server to use. Do not use on the client.
type Pending ¶
type Pending struct {
// contains filtered or unexported fields
}
Pending manages a map of all pending requests to a rpc.Service for a connection (an rpc.ServerCodec).
func NewPending ¶
Click to show internal directories.
Click to hide internal directories.