Module no_std_compat2::future

source ·
Available on non-crate feature std only.

Macros

  • joinExperimental
    Polls multiple futures simultaneously, returning a tuple of all results once complete.

Structs

  • Creates a future which never resolves, representing a computation that never finishes.
  • A Future that wraps a function returning Poll.
  • A future that is immediately ready with a value.

Traits

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

Functions

  • Creates a future which never resolves, representing a computation that never finishes.
  • Creates a future that wraps a function returning Poll.
  • Creates a future that is immediately ready with a value.