refactor: moved experimental::kxio::backoff to experimental::kxio::net::backoff
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 53s
Test / build (map[name:stable]) (push) Successful in 1m14s
Release Please / Release-plz (push) Successful in 11s

doesn't affect it's use as `kx_utils::backoff`.
This commit is contained in:
Paul Campbell 2025-01-09 21:27:08 +00:00
parent 380b64b21f
commit 13888a3f75
3 changed files with 4 additions and 1 deletions

View file

@ -1 +1,2 @@
mod backoff; //
mod net;

View file

@ -0,0 +1,2 @@
//
mod backoff;