karyon_
core
0.2.1
Module select
Module Items
Structs
Enums
Functions
In karyon_
core::
async_
util
karyon_core
::
async_util
Module
select
Copy item path
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.