Module rayon::iter::collect::consumer

source ยท

Structsยง

  • CollectConsumer ๐Ÿ”’
  • CollectReducer ๐Ÿ”’
    CollectReducer combines adjacent chunks; the result must always be contiguous so that it is one combined slice.
  • CollectResult ๐Ÿ”’
    CollectResult represents an initialized part of the target slice.