timeout_local
classicube_
helpers
4.0.0+ClassiCube.1.3.8
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>,