Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessContext ¶
type ProcessContext struct {
// contains filtered or unexported fields
}
func NewProcessContext ¶
func NewProcessContext() *ProcessContext
func (*ProcessContext) ComponentFinished ¶
func (b *ProcessContext) ComponentFinished()
func (*ProcessContext) ComponentStarted ¶
func (b *ProcessContext) ComponentStarted()
func (*ProcessContext) Context ¶
func (b *ProcessContext) Context() context.Context
func (*ProcessContext) ShutdownDendrite ¶
func (b *ProcessContext) ShutdownDendrite()
func (*ProcessContext) WaitForComponentsToFinish ¶
func (b *ProcessContext) WaitForComponentsToFinish()
func (*ProcessContext) WaitForShutdown ¶
func (b *ProcessContext) WaitForShutdown() <-chan struct{}
Click to show internal directories.
Click to hide internal directories.