Skip to main content

poll_tasks

Function poll_tasks 

Source
pub async fn poll_tasks(
    get_app_state: impl Fn() -> Arc<Mutex<AppState>>,
    set_app_state: &SetAppState,
)
Expand description

Poll all running tasks and check for updates. This is the main polling loop called by the framework.