Modules§
- tasks_
with_ regular_ pauses - Tasks that come separated by time pauses. A task can also be forced to be started at any time, but only during a pause. If a task is forced to be started, the schedule of pauses modifies to accommodate this task.
Structs§
- Object
Safe Task Queue - Object-safe variation of TaskQueue
- Task
Queue - Execute futures from a stream of futures in order in a Tokio task. Not tested code.