Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CtxWaitGroup ¶ added in v0.0.5
type CtxWaitGroup struct {
// contains filtered or unexported fields
}
func NewCtxWaitGroup ¶ added in v0.0.5
func NewCtxWaitGroup(ctx context.Context) *CtxWaitGroup
func (*CtxWaitGroup) Go ¶ added in v0.0.6
func (cwg *CtxWaitGroup) Go(fn func())
func (*CtxWaitGroup) Wait ¶ added in v0.0.6
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.