tryhard 1.0.1 copy "tryhard: ^1.0.1" to clipboard
tryhard: ^1.0.1 copied to clipboard

Continue trying to run something on an interval until it succeeds or the timeout elapses.

Continue trying to run something on an interval until it succeeds or the timeout elapses.

Usage #

import 'package:tryhard/tryhard.dart';

continueTrying(function: () {
// doSomething throwable
}, timeout: 3000, interval: 50);
0
likes
140
points
14
downloads

Documentation

API reference

Publisher

verified publisherarcane.art

Weekly Downloads

Continue trying to run something on an interval until it succeeds or the timeout elapses.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

More

Packages that depend on tryhard