Expand description
Scheduler based multi-stream support.
Structs§
- Scheduler
Multi Stream - Represents a multi-stream scheduler that manages task execution across multiple streams.
- Scheduler
Multi Stream Options - Options for configuring a
SchedulerMultiStream. - Stream
- Represents a single stream that holds tasks and a backend stream.
Enums§
- Scheduler
Strategy - Defines the scheduling strategy for task execution.
Traits§
- Scheduler
Stream Backend - Defines a trait for a scheduler stream backend, specifying the types and behavior for task scheduling.