Contents

schedule(_:)

Performs the action at the next possible opportunity, without options.

Declaration

func schedule(_ action: @escaping () -> Void)

See Also

Scheduling actions