Scheduler Protocols

  • A particular kind of scheduler that supports enqueuing actions at future dates.

    See more

    Declaration

    Swift

    public protocol DateScheduler : Scheduler
  • Represents a serial queue of work items.

    See more

    Declaration

    Swift

    public protocol Scheduler : AnyObject