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: Use @ember/destroyable #377

Closed maxfierke closed 3 years ago

maxfierke commented 3 years ago

Re-implements cancellation on host object destruction using new Destroyables API that ships in Ember 3.22+ (polyfilled for earlier versions)