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. - Select5
- Future for the
select5
function. - Select6
- Future for the
select6
function. - Select
Array - Future for the
select_array
function. - Select
Slice - Future for the
select_slice
function.
Enums§
- Either
- Result for
select
. - Either3
- Result for
select3
. - Either4
- Result for
select4
. - Either5
- Result for
select5
. - Either6
- Result for
select6
.
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. - select5
- Same as
select
, but with more futures. - select6
- 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.