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. - Select
Array - Future for the
select_array
function. - Select
Slice - Future for the
select_slice
function.
Enums§
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.