Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CtxWaitGroup ¶
type CtxWaitGroup struct {
// contains filtered or unexported fields
}
func NewCtxWaitGroup ¶
func NewCtxWaitGroup(ctx context.Context) *CtxWaitGroup
func (*CtxWaitGroup) Go ¶
func (cwg *CtxWaitGroup) Go(fn func())
func (*CtxWaitGroup) Wait ¶
func (cwg *CtxWaitGroup) Wait() error
type ErrGroup ¶
type ErrGroup struct {
// contains filtered or unexported fields
}
func NewErrGroup ¶
type WaitGroup ¶
type WaitGroup struct {
// contains filtered or unexported fields
}
func NewWaitGroup ¶
func NewWaitGroup() *WaitGroup
Click to show internal directories.
Click to hide internal directories.