Expand description
Wait for the first of several futures to complete.
Structs§
- Future for the
select
function. - Future for the
select3
function. - Future for the
select4
function. - Future for the
select5
function. - Future for the
select6
function. - Future for the
select_array
function. - Future for the
select_slice
function.
Enums§
Functions§
- Wait for one of two futures to complete.
- Same as
select
, but with more futures. - Same as
select
, but with more futures. - Same as
select
, but with more futures. - Same as
select
, but with more futures. - Creates a new future which will select over an array of futures.
- Creates a new future which will select over a slice of futures.