Module embassy_futures::select

source ·
Expand description

等待多个future中第一个完成的future
Wait for the first of several futures to complete.

Structs

Enums

Functions

  • 等待两个future中的其中一个完成
  • select一样, 只不过支持更多个future。
    Same as select, but with more futures.
  • select一样, 只不过支持更多个future。
    Same as select, but with more futures.
  • 创建一个新的 future,它将在 所有future组成的数组中 选择合适的future。
  • 创建一个新的 future,它将在 所有future组成的切片中 选择合适的future。