Contents

schedule(options:_:)

Performs the action at the next possible opportunity.

Declaration

func schedule(options: Self.SchedulerOptions?, _ action: @escaping () -> Void)

See Also

Scheduling actions