Overview 概要
The run loop doesn’t support any scheduler options. 実行ルーブは、どんなスケジューラオプションもサポートしません。
Availability 有効性
Technology
struct SchedulerOptions
The run loop doesn’t support any scheduler options. 実行ルーブは、どんなスケジューラオプションもサポートしません。
func schedule(options: RunLoop.SchedulerOptions?, () -> Void)
func schedule(after: RunLoop.SchedulerTimeType, tolerance: RunLoop.SchedulerTimeType.Stride, options: RunLoop.SchedulerOptions?, () -> Void)
func schedule(after: RunLoop.SchedulerTimeType, interval: RunLoop.SchedulerTimeType.Stride, tolerance: RunLoop.SchedulerTimeType.Stride, options: RunLoop.SchedulerOptions?, () -> Void) -> Cancellable
var minimumTolerance : RunLoop.SchedulerTimeType.Stride
var now: RunLoop.SchedulerTimeType
struct RunLoop.SchedulerTimeType