Contents

SchedulerOptions

A type that defines options accepted by the scheduler.

Declaration

associatedtype SchedulerOptions

Discussion

This type is freely definable by each Scheduler. Typically, operations that take a Scheduler parameter will also take SchedulerOptions.

See Also

Declaring scheduler timekeeping and options