Releases: acelot/helpers
Releases · acelot/helpers
1.6.1
1.5.0
1.4.0
1.3.1
1.3.0: New Retry class helper with more features than function helpers
- Supports specific exception catching (instead of dummy Throwable catch) - Supports hooks in catch block - Getters/setters for all options
1.2.0: New retry helpers
- `retry_timeout` - Repeats the callback until the answer is returned or timeout occurs - `retry_count` - Repeats the callback until the answer is returned or the callback starts N times