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

Add Task Modifiers API RFC and proof of concept #441

Closed maxfierke closed 2 years ago

maxfierke commented 2 years ago

Somewhat implemented already in master, but this specifies some slightly different APIs and delineates some new public APIs for use in defining behavior for custom task modifiers

Rendered