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

Mark state on TaskInstance as tracked #344

Closed jgwhite closed 3 years ago

jgwhite commented 4 years ago

This fixes #343

TODO:

jgwhite commented 4 years ago

I spoke to @pzuraq about this and it seems like it’s on the right track (pun intended). Will work on it some more as soon as possible.