Versions in this module Expand all Collapse all v0 v0.9.0 Sep 7, 2023 v0.8.0 Apr 17, 2023 Changes in this version + type ExecuteCloser interface + Close func() + type Executor interface + Execute func(t Task) bool + type InPlace struct + func (*InPlace) Execute(t Task) bool + type MultiFlow struct + func NewMultiFlow(parallel int, handoff, startImmediately bool) *MultiFlow + func (mf *MultiFlow) Close() + func (mf *MultiFlow) Init(parallel int, handoff, startImmediately bool) *MultiFlow + func (mf *MultiFlow) NewFlow() ExecuteCloser + func (mf *MultiFlow) Start() + type Task = func()