Uniform framework for bg variable management

This commit is contained in:
Alex Auvolat
2023-01-04 13:07:13 +01:00
parent 13c5549886
commit f3f27293df
12 changed files with 315 additions and 130 deletions
+1
View File
@@ -1,5 +1,6 @@
//! Job runner for futures and async functions
pub mod vars;
pub mod worker;
use std::collections::HashMap;