Crate sans_io_runtime
source ·Modules§
Macros§
Structs§
- Represents a group of tasks.
Enums§
Traits§
- Represents a task.
- Task group outputs state This is used for jumping between multi groups of tasks For example, we have two group G1 and G2, Each cycle we need to call G1.output until it returns None, then we call G2.output until it returns None, then we will have this cycle is finished Then we will start a new cycle and it loop like that