qorzen_
oxide
0.1.3
In qorzen_
oxide::
utils_
general::
async_
utils
qorzen_oxide
::
utils_general
::
async_utils
Function
race
Copy item path
Source
pub async fn race<T>( futures:
Vec
<
Pin
<
Box
<dyn
Future
<Output = T> +
Send
>>>, ) ->
Option
<T>