Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WaitStopContext ¶
type WaitStopContext struct {
// contains filtered or unexported fields
}
func NewWaitStopContext ¶
func NewWaitStopContext() *WaitStopContext
func (*WaitStopContext) Add ¶
func (c *WaitStopContext) Add(delta int)
func (*WaitStopContext) Cancel ¶
func (c *WaitStopContext) Cancel()
func (*WaitStopContext) Done ¶
func (c *WaitStopContext) Done() <-chan struct{}
func (*WaitStopContext) Finish ¶
func (c *WaitStopContext) Finish()
Click to show internal directories.
Click to hide internal directories.