Function dioxus_core::prelude::remove_future
source · pub fn remove_future(id: TaskId)
Expand description
Informs the scheduler that this task is no longer needed and should be removed.
This drops the task immediately.
pub fn remove_future(id: TaskId)
Informs the scheduler that this task is no longer needed and should be removed.
This drops the task immediately.