1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-31 12:18:31 +00:00

move exponential backoff util to different submod

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-01-01 20:09:41 +00:00 committed by strawberry
parent 2259e2c82f
commit 7e4453620e
7 changed files with 39 additions and 33 deletions

View file

@ -1,3 +1,5 @@
pub mod exponential_backoff;
use std::time::{Duration, SystemTime, UNIX_EPOCH};
use crate::{err, Result};