gandi-live-dns-rust/src
Kaan Barmore-Genç 220e368bf3
Use async sleep & document the repeat option (#70)
* Use async sleep when long running

Using an async sleep just seems more appropriate as we are in an async
context, although the results are identical since gandi-live-dns only
uses a single thread.

* Document repeat option

* Fix lints
2022-12-18 01:35:54 -05:00
..
gandi Add first test (#38) 2022-08-22 22:20:10 -04:00
ip_source Fix linter suggestions (#68) 2022-12-18 00:53:48 -05:00
config.rs Fix linter suggestions (#68) 2022-12-18 00:53:48 -05:00
main.rs Use async sleep & document the repeat option (#70) 2022-12-18 01:35:54 -05:00
opts.rs Use async sleep & document the repeat option (#70) 2022-12-18 01:35:54 -05:00