schedule(options:_:)
Performs the action at the next possible opportunity.
Declaration
func schedule(options: ImmediateScheduler.SchedulerOptions?, _ action: @escaping () -> Void)Performs the action at the next possible opportunity.
func schedule(options: ImmediateScheduler.SchedulerOptions?, _ action: @escaping () -> Void)