Module chain

Module chain 

Source
Expand description

Chain of two or more concurrent iterators.

Structsยง

ChainKnownLenI
Chain of two concurrent iterators where the length of the first iterator is known with certainly; i.e., I implements ExactSizeConcurrentIter.
ChainUnknownLenI
Chain of two concurrent iterators where the length of the first iterator is not known with certainly; i.e., I does not implement ExactSizeConcurrentIter.