bg var operation on all nodes at once

This commit is contained in:
Alex Auvolat
2023-01-04 13:25:57 +01:00
parent f3f27293df
commit 29dbcb8278
4 changed files with 117 additions and 23 deletions
+6
View File
@@ -71,6 +71,12 @@ impl BgVars {
}
}
impl Default for BgVars {
fn default() -> Self {
Self::new()
}
}
// ----
trait BgVarTrait: Send + Sync + 'static {