@0b5vr/experimental
Preparing search index...
asyncRetry
Function asyncRetry
asyncRetry
<
T
>
(
func
:
()
=>
Promise
<
T
>
,
n
:
number
)
:
Promise
<
T
>
Retry given function for n times.
See also:
retry
Type Parameters
T
Parameters
func
:
()
=>
Promise
<
T
>
n
:
number
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@0b5vr/experimental
Loading...
Retry given function for n times.
See also: retry