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: Add test for interop w/ ember-concurrency-decorators #392

Closed maxfierke closed 3 years ago

maxfierke commented 3 years ago

Since we still want to maintain compatibility w/ ember-concurrency-decorators (for addons that need to work w/ both v1 and v2), we should test for compatibility still.