uses [[Resource]] to make ember-concurrency tasks reactive.
Note
ember-resources does not provide or depend on ember-concurrency.
If you want to use [[task]], you'll need to add ember-concurrency as a dependency
in your project.
Example
When this.id changes, the task will automatically be re-invoked.
Utility
uses [[Resource]] to make ember-concurrency tasks reactive.
Note
ember-resources
does not provide or depend on ember-concurrency. If you want to use [[task]], you'll need to add ember-concurrency as a dependency in your project.Example
When
this.id
changes, the task will automatically be re-invoked.(and all other properties on a TaskInstance)