Module scheduler

Module scheduler 

Source
Expand description

Scheduler based multi-stream support.

Structs§

SchedulerMultiStream
Represents a multi-stream scheduler that manages task execution across multiple streams.
SchedulerMultiStreamOptions
Options for configuring a SchedulerMultiStream.
Stream
Represents a single stream that holds tasks and a backend stream.

Enums§

SchedulerStrategy
Defines the scheduling strategy for task execution.

Traits§

SchedulerStreamBackend
Defines a trait for a scheduler stream backend, specifying the types and behavior for task scheduling.