mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-14 19:28:57 -05:00
move exponential backoff util to different submod
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
2259e2c82f
commit
7e4453620e
7 changed files with 39 additions and 33 deletions
|
|
@ -1,3 +1,5 @@
|
|||
pub mod exponential_backoff;
|
||||
|
||||
use std::time::{Duration, SystemTime, UNIX_EPOCH};
|
||||
|
||||
use crate::{err, Result};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue