Contents

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)

See Also

Scheduling Combine Publishers