machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
689 stars 157 forks source link

Add documentation around use of @computed #346

Closed maxfierke closed 4 years ago

maxfierke commented 4 years ago

As found in #343, @computed is required for native getters that access derived state on Tasks.