splunk / pipelines

Concurrent processing pipelines in Go.
MIT License
21 stars 8 forks source link

Need way to signal an entire pipeline is done #21

Closed kalexmills-splunk closed 2 years ago

kalexmills-splunk commented 2 years ago

See if an extra, optional sync.WaitGroup can be tied into the pipeline via the config.

kalexmills commented 2 years ago

This was completed in #23.