Boogaloo
Boogaloo copied to clipboard
Task retry manager with a certain back off time.
Results
2
Boogaloo issues
Sort by
recently updated
recently updated
newest added
``` java Boogaloo.setup().constant().interval(1000).until(10000).execute(new BackoffTask() { @Override protected boolean shouldRetry() { return getCount()
Below TODOs are found while trying to implement GCM backoff retry. - Provide convenient way to run in background - Backgrounding with Handler requires their own HandlerThread. This is expensive...