mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
5 lines
232 B
Text
5 lines
232 B
Text
Backoff is an Erlang library to deal with exponential backoffs and
|
|
timers to be used within OTP processes when dealing with cyclical
|
|
events, such as reconnections, or generally retrying things.
|
|
|
|
WWW: https://github.com/ferd/backoff
|