Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pipeline ¶ added in v0.39.0
type Pipeline[T, U any] struct { // contains filtered or unexported fields }
Pipeline represents a structure for performing parallel processing. T represents the input element type and U represents the output element type.
func NewPipeline ¶ added in v0.39.0
Click to show internal directories.
Click to hide internal directories.