refactor: moved experimental::kxio::backoff to experimental::kxio::net::backoff
doesn't affect it's use as `kx_utils::backoff`.
This commit is contained in:
parent
380b64b21f
commit
13888a3f75
3 changed files with 4 additions and 1 deletions
|
@ -1 +1,2 @@
|
||||||
mod backoff;
|
//
|
||||||
|
mod net;
|
||||||
|
|
2
src/experimental/kxio/net/mod.rs
Normal file
2
src/experimental/kxio/net/mod.rs
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
//
|
||||||
|
mod backoff;
|
Loading…
Add table
Reference in a new issue