Expand description
Create runtime tasks.
Structs§
- Handle
- A handle to a
Taskthat can be used for aborting it. - Task
- A set of concurrent actions to be performed by the iced runtime.
Traits§
- Sipper
sipper - A sipper is both a [
Stream] that produces a bunch of progress and aFuturethat produces some final output. - Straw
sipper - A
Strawis aSipperthat can fail.
Functions§
- sipper
sipper - Creates a new
Sipperfrom the given async closure, which receives a [Sender] that can be used to notify progress asynchronously. - stream
sipper - Turns a
Sipperinto a [Stream].
Type Aliases§
- Never
sipper - A type with no possible values.