Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotTerminatedOnCloseInput = errors.New("not terminate on closed input")
ErrNotTerminatedOnCloseInput worker.Process does not finish when input channel is closed
View Source
var ErrOutputNotClosed = errors.New("output channel is not closed")
ErrOutputNotClosed worker.Process does not close output channel
View Source
var ErrProcessIgnoreCtx = errors.New("ignored context.Done")
ErrProcessIgnoreCtx worker.Process does not terminate when context is canceled
Functions ¶
func ATProcessCancel ¶
ATProcessCancel a worker must terminate and return context.Canceled when context is canceled
func ATProcessCloseInput ¶
ATProcessCloseInput a worker must finish its job and return nil when input chanel (<-chan []byte )is closed
func ATProcessCloseOutput ¶
ATProcessCloseOutput a worker must close its output channel on exit
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.