Are the Ember.run functions intended to replace setTimout?

You might be interested in my recent post for “auto-saving”. Basically, I’d recommend using Ember.run.debounce(): run - 4.6 - Ember API Documentation

1 Like