Module select

Source

Structs§

Select

Enums§

Either
The return value from the select function, indicating which future completed first.

Functions§

select
Returns the result of the future that completes first, preferring future1 if both are ready.