dioxus_lib::prelude

Function remove_future

source
pub fn remove_future(id: Task)
Expand description

Informs the scheduler that this task is no longer needed and should be removed.

This drops the task immediately.