concurrency v5.0.0 (2022-10-19T08:12:29Z)
Dub
Repo
Times
concurrency
operations
retry
Undocumented in source.
struct
Times {
int
max
;
int
n
;
bool
failure
(Throwable e);
}
Members
Functions
failure
bool
failure
(Throwable e)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
max
int
max
;
Undocumented in source.
n
int
n
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
operations
retry
enums
isRetryLogic
functions
checkRetryLogic
retry
structs
RetrySender
Times