Module task
cosmic
0.1.0
Module task
Module Items
Functions
In crate cosmic
Modules
action
app
command
config
core
cosmic_config
cosmic_theme
executor
font
iced
iced_core
iced_futures
iced_renderer
iced_runtime
iced_widget
iced_winit
icon_theme
keyboard_nav
prelude
style
surface
task
theme
widget
Structs
Core
Task
Theme
Traits
Also
Application
ApplicationExt
Apply
Type Aliases
Element
Renderer
cosmic
Module
task
Copy item path
Settings
Help
Summary
Source
Expand description
Create asynchronous actions to be performed in the background.
Functions
§
batch
Yields a task which contains a batch of tasks.
future
Yields a task which will run the future on the runtime executor.
message
Yields a task which will return a message.
stream
Yields a task which will run a stream on the runtime executor.