embassy_futures

Module select

Source
Expand description

Wait for the first of several futures to complete.

Structs§

Select
Future for the select function.
Select3
Future for the select3 function.
Select4
Future for the select4 function.
SelectArray
Future for the select_array function.
SelectSlice
Future for the select_slice function.

Enums§

Either
Result for select.
Either3
Result for select3.
Either4
Result for select4.

Functions§

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