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