Versions in this module Expand all Collapse all v0 v0.0.3 Nov 16, 2024 v0.0.2 Nov 6, 2024 v0.0.1 Nov 6, 2024 Changes in this version + func Execute(executionMethod ExecutionMethod, executionUnits []ExecutionUnit) *sync.WaitGroup + type ExecutionMethod int + const Parallel + const Serial + func (ep ExecutionMethod) ToString() string + type ExecutionUnit func()