ExponentialBackoff

Undocumented in source.

Constructors

this
this(uint maxRetries)
Undocumented in source.

Members

Functions

inc
void inc()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(uint) attempt)
Undocumented in source. Be warned that the author may not have intended to support it.
sleep
void sleep()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

canRetry
bool canRetry [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
finished
bool finished [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

maxRetries
uint maxRetries;
Undocumented in source.
maxSleepMs
uint maxSleepMs;
Undocumented in source.
tries
uint tries;
Undocumented in source.

Meta