Documentation ¶
Overview ¶
Package drpcctx has helpers to interact with context.Context.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tracker ¶ added in v0.0.2
Tracker keeps track of launched goroutines with a context.
func NewTracker ¶ added in v0.0.2
NewTracker creates a Tracker bound to the provided context.
func (*Tracker) Cancel ¶ added in v0.0.2
func (t *Tracker) Cancel()
Cancel cancels the tracker's context.
type TransportKey ¶ added in v0.0.24
type TransportKey struct{}
TransportKey is used to store the drpc.Transport with the context.
Click to show internal directories.
Click to hide internal directories.