Module embassy_futures::select

source ·
Expand description

Wait for the first of several futures to complete.

Structs

Enums

Functions

  • Wait for one of two futures to complete.
  • Same as select, but with more futures.
  • Same as select, but with more futures.
  • Creates a new future which will select over an array of futures.
  • Creates a new future which will select over a slice of futures.