Module actix_utils::future

source ·
Expand description

Helpers for constructing futures.

Structs

Enums

  • Combines two different futures that have the same output type.

Functions

  • Creates a future that is immediately ready with an error value.
  • Creates a future that is immediately ready with a success value.
  • Creates a future driven by the provided function that receives a task context.
  • Creates a future that is immediately ready with a value.