classicube_
helpers
3.0.0+classicube.1.3.7
In classicube_
helpers::
async_
manager
classicube_helpers
::
async_manager
Function
timeout_local
Copy item path
Source
pub async fn timeout_local<T, F>(duration:
Duration
, f: F) ->
Option
<T>
where F:
Future
<Output = T>,