Documentation ¶
Index ¶
- Variables
- func NewGo(errorReceiver func(err error), add func(delta int), done func(err error), ...) (g0 parl.Go)
- func NewGoCreator(ctx context.Context) (goCreator parl.GoCreator)
- func NewGoError(err error, source parl.GoErrorSource, goer parl.Goer) (goError parl.GoError)
- func NewGoer(conduit parl.ErrorConduit, exitAction parl.ExitAction, index parl.GoIndex, ...) (goer parl.Goer)
- type GoCreatorDo
- func (gc *GoCreatorDo) Add(conduit parl.ErrorConduit, exitAction parl.ExitAction) (goer parl.Goer)
- func (gc *GoCreatorDo) IsExit() (isExit bool)
- func (gc *GoCreatorDo) List() (s string)
- func (gc *GoCreatorDo) Wait()
- func (gc *GoCreatorDo) WaitPeriod(duration ...time.Duration)
- func (gc *GoCreatorDo) Warnings() (ch <-chan parl.GoError)
- type GoDo
- type GoErrorDo
- type GoerDo
- type GoerRuntime
Constants ¶
This section is empty.
Variables ¶
View Source
var GoCreatorFy = &goCreatorFactory{}
Functions ¶
func NewGoError ¶
func NewGoer ¶
func NewGoer( conduit parl.ErrorConduit, exitAction parl.ExitAction, index parl.GoIndex, gc *GoCreatorDo, parentID parl.ThreadID, addLocation *pruntime.CodeLocation) (goer parl.Goer)
Types ¶
type GoCreatorDo ¶
type GoCreatorDo struct {
// contains filtered or unexported fields
}
func (*GoCreatorDo) Add ¶
func (gc *GoCreatorDo) Add(conduit parl.ErrorConduit, exitAction parl.ExitAction) (goer parl.Goer)
func (*GoCreatorDo) IsExit ¶
func (gc *GoCreatorDo) IsExit() (isExit bool)
func (*GoCreatorDo) List ¶ added in v0.4.13
func (gc *GoCreatorDo) List() (s string)
func (*GoCreatorDo) Wait ¶
func (gc *GoCreatorDo) Wait()
func (*GoCreatorDo) WaitPeriod ¶
func (gc *GoCreatorDo) WaitPeriod(duration ...time.Duration)
func (*GoCreatorDo) Warnings ¶
func (gc *GoCreatorDo) Warnings() (ch <-chan parl.GoError)
type GoErrorDo ¶
type GoErrorDo struct {
// contains filtered or unexported fields
}
func (*GoErrorDo) Source ¶
func (ge *GoErrorDo) Source() (source parl.GoErrorSource)
type GoerDo ¶
type GoerDo struct {
// contains filtered or unexported fields
}
type GoerRuntime ¶
type GoerRuntime struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.