Scheduler

@objc
public protocol Scheduler

Scheduler calls a callback on the schedule determined by the implementation.

  • Schedules the callback according to the implementation.

    Declaration

    Swift

    func start()
  • Unschedules the callback and prevents it from being called anymore.

    Declaration

    Swift

    func stop()