typealias Timer.TimerPublisher.Failure
The kind of errors this publisher might publish.
このパブリッシャーが出版するかもしれないエラーの種類。
typealias Timer.TimerPublisher.Output
The kind of values published by this publisher.
このパブリッシャーによって出版される値の種類。
Availability 有効性
Technology
final class TimerPublisher
typealias Timer.TimerPublisher.Failure
typealias Timer.TimerPublisher.Output
init(interval: TimeInterval, tolerance: TimeInterval?, runLoop : RunLoop, mode: RunLoop.Mode, options: RunLoop.SchedulerOptions?)
static func publish(every: TimeInterval, tolerance: TimeInterval?, on: RunLoop, in: RunLoop.Mode, options: RunLoop.SchedulerOptions?) -> Timer.TimerPublisher