Module futures_util::future::ready

source ·

Structs§

Functions§

  • Create a future that is immediately ready with an error value.
  • Create a future that is immediately ready with a success value.
  • Creates a future that is immediately ready with a value.