linked_
devices
0.0.1
In linked_
devices::
utils
linked_devices
::
utils
Function
retry_until
Copy item path
Source
pub fn retry_until<F>(task: F, max_retries:
u64
) -> ExternResult<
()
>
where F:
Fn
() ->
bool
,