directory
0.0.0-20230629151031-44f814d29ed9
Repository: https://github.com/doitmagic/go-snippets.git
Documentation: pkg.go.dev

# Packages

Package fanOut -- Fan out/fan in pattern in Go The Fan out/fan in pattern in Go allows for the processing of activities in parallel, where multiple functions are spun to execute the activities, and at the end of processing, the orchestrator waits for all parallel activities to finish */.