Module fluvio_future::future

source ·

Structs

Traits

  • A future represents an asynchronous computation obtained by use of async.
  • Convert a type into a Future.

Functions

  • Never resolves to a value.
  • Creates a new future wrapping around a function returning Poll.
  • Resolves to the provided value.
  • Awaits a future or times out after a duration of time.