toggle menu
ktor-ws-events
2.0.0
common
switch theme
search in API
ktor-ws-events-client
/
dev.d1s.ktor.events.client
/
withRetries
with
Retries
suspend
fun
<
R
>
withRetries
(
continuous
:
Boolean
=
false
,
onError
:
suspend
(
Throwable
)
->
Unit
=
{}
,
block
:
suspend
(
)
->
R
)