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 155 forks source link

Extract generic TaskFactory base class #438

Closed maxfierke closed 2 years ago

maxfierke commented 2 years ago

Some internal refactoring to separate the Ember bits of TaskFactory. This will provide some groundwork for a future RFC.

maxfierke commented 2 years ago

CI fixes will be sizeable, so merging for now and will post separate PR to get master back to green