Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Sequence calls to each pipe stage in sequence. Implies storing the state in a buffer. Sequence = iota // Parallel calls each pipe stage in parallel. No buffering required, but // the stages are not really stages anymore. Parallel // ParallelSendSequenceClose calls each pipe entry in parallel but closes // the channel of a stage only after the previous has finished. No // buffering required but still a meaningful sequencing, especially when // using the diffstore. ParallelSendSequenceClose )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.