Module embassy_futures::join

source ·
Expand description

Wait for multiple futures to complete.

Structs

Functions

  • Joins the result of two futures, waiting for them both to complete.
  • Joins the result of three futures, waiting for them all to complete.
  • Joins the result of four futures, waiting for them all to complete.
  • Joins the result of five futures, waiting for them all to complete.
  • Joins the result of an array of futures, waiting for them all to complete.