schedule(options:_:)
Performs the action at some time after the specified date, using the scheduler’s minimum tolerance.
Declaration
func schedule(options: RunLoop.SchedulerOptions?, _ action: @escaping () -> Void)Performs the action at some time after the specified date, using the scheduler’s minimum tolerance.
func schedule(options: RunLoop.SchedulerOptions?, _ action: @escaping () -> Void)