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

Genericize task perform #457

Closed maxfierke closed 2 years ago

maxfierke commented 2 years ago

Moves the Task perform logic into the external module and provides a real generic Environment implementation