Module futures_concurrency::array

source ·
Expand description

Helper functions and types for fixed-length arrays.

Structs§

  • A collection of errors.
  • A stream that chains multiple streams one after another.
  • A future which waits for two similarly-typed futures to complete.
  • A stream that merges multiple streams into a single stream.
  • A future which waits for the first future to complete.
  • A future which waits for the first successful future to complete.
  • A future which waits for all futures to complete successfully, or abort early on error.
  • A stream that ‘zips up’ multiple streams into a single stream of pairs.