Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CtxErrFunc ¶
type ErrGroupSeparateCtx ¶
type ErrGroupSeparateCtx struct {
// contains filtered or unexported fields
}
func NewErrGroupSeparateCtx ¶
func NewErrGroupSeparateCtx() *ErrGroupSeparateCtx
func (*ErrGroupSeparateCtx) Go ¶
func (egc *ErrGroupSeparateCtx) Go(ctx context.Context, funcs ...CtxErrFunc)
func (*ErrGroupSeparateCtx) Wait ¶
func (egc *ErrGroupSeparateCtx) Wait() error
type ErrGroupSharedCtx ¶
type ErrGroupSharedCtx struct {
// contains filtered or unexported fields
}
func NewErrGroupSharedCtx ¶
func NewErrGroupSharedCtx(ctx context.Context, funcs ...CtxErrFunc) *ErrGroupSharedCtx
func (*ErrGroupSharedCtx) Go ¶
func (egc *ErrGroupSharedCtx) Go(funcs ...CtxErrFunc)
func (*ErrGroupSharedCtx) Wait ¶
func (egc *ErrGroupSharedCtx) Wait() error
Click to show internal directories.
Click to hide internal directories.