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
691 stars 157 forks source link

v2: Make sure task/group-level state field is tracked #382

Closed maxfierke closed 3 years ago

maxfierke commented 3 years ago

state on Task or TaskGroup indicates whether the task is running or idle. We were setting this properly, but the underlying property wasn't tracked, rendering it useless in the template (breaking some docs pages)