Skip to main content

TaskRegistry

Type Alias TaskRegistry 

Source
pub type TaskRegistry = Arc<DashMap<TaskId, TaskEntry>>;
Expand description

Thread-safe registry of scheduled tasks

Aliased Typeยง

pub struct TaskRegistry { /* private fields */ }