Function iced_runtime::task::effect

source ยท
pub fn effect<T>(action: impl Into<Action<Never>>) -> Task<T>
Expand description

Creates a new Task that executes the given Action and produces no output.