Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CombiRecipt ¶
type CombiRecipt struct {
// contains filtered or unexported fields
}
func NewCombiRecipt ¶
func NewCombiRecipt(list ...*Recipet) *CombiRecipt
func (*CombiRecipt) Stop ¶
func (cr *CombiRecipt) Stop() bool
func (*CombiRecipt) Wait ¶
func (cr *CombiRecipt) Wait() StopType
func (*CombiRecipt) WaitChan ¶
func (cr *CombiRecipt) WaitChan() <-chan struct{}
type Recipet ¶
func PerformSafe ¶
perform job with gracefull exit
func (*Recipet) Concat ¶
func (m *Recipet) Concat(others ...*Recipet) *CombiRecipt
type RedoCtx ¶
type RedoCtx struct {
// contains filtered or unexported fields
}
func (*RedoCtx) SetDelayBeforeNext ¶
func (*RedoCtx) StartNextRightNow ¶
func (ctx *RedoCtx) StartNextRightNow()
Click to show internal directories.
Click to hide internal directories.