Type Alias IntervalTaskRegistry

Source
pub type IntervalTaskRegistry = Arc<Mutex<HashMap<String, (Duration, ())>>>;
Expand description

Type alias for interval task registry Since we’re using dioxus spawn for both platforms, we only store interval duration

Aliased Type§

pub struct IntervalTaskRegistry { /* private fields */ }