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
62
downloads

Publisher

verified publisherarcane.art

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

More

Packages that depend on tryhard