concurrency v4.12.0 (2022-07-25T21:03:12Z)
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
functions
retry
structs
RetrySender
Times