Checking how to priorize the polling of the network I moved most of the service code to functions. This change I think it's worth on it's own for code quality since inside the `tokio::select` many tools don't work (cargo fmt, sometimes clippy, and sometimes even the compiler's errors get wack). This is functionally equivalent to the previous code, just better organized |
||
|---|---|---|
| .. | ||
| beacon_processor | ||
| router | ||
| service | ||
| subnet_service | ||
| sync | ||
| error.rs | ||
| lib.rs | ||
| metrics.rs | ||
| nat.rs | ||
| persisted_dht.rs | ||
| service.rs | ||
| status.rs | ||