package
0.3.0
Repository: https://github.com/sourcegraph/conc.git
Documentation: pkg.go.dev

# Functions

New creates a new Stream with default settings.

# Structs

Stream is used to execute a stream of tasks concurrently while maintaining the order of the results.

# Type aliases

Callback is a function that is returned by a Task.
Task is a task that is submitted to the stream.