Module mz_ore::future

source ·
Available on crate feature async only.
Expand description

Future and stream utilities.

This module provides future and stream combinators that are missing from the futures crate.

Structs

Enums

Traits

Functions

  • Constructs a sink that consumes its input and sends it nowhere.
  • Applies a maximum duration to a Result-returning future.
  • Applies a deadline to a Result-returning future.