//
pkg.gl
Category
github.com/sourcegraph/conc
stream
package
0.3.0
Repository:
https://github.com/sourcegraph/conc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
9
Files
100 SLOC
#
Functions
New
New creates a new Stream with default settings.
#
Structs
Stream
Stream is used to execute a stream of tasks concurrently while maintaining the order of the results.
#
Type aliases
Callback
Callback is a function that is returned by a Task.
Task
Task is a task that is submitted to the stream.