Building a save as you type editor with Ember Concurrency
Conor Linehan
132

I am impressed with ember-concurrency and your article convinced me to give it a try the next chance I get. Two questions really, what are your thoughts on using Ember.run methods to handle debouncing vs ember-concurrency’s? For testing, would your example better fit as an integration test vs a full-fledge acceptance test?