Alex Matchneer
Alex Matchneer
Here's an experimental twiddle demonstrating `cancelPrevious` and `cancelIfRunning` https://ember-twiddle.com/27166d7befc73c7a927844ca9896bc5d?numColumns=2&openFiles=controllers.application.js%2Ctemplates.application.hbs
@Luiz-N I'm sorry it's taken me so long to respond. I suppose that's a good idea given how many people use ember-route-action-helper. One reason I've hesitated on something like this...
> When a task is included in the pipeline as a step its concurrency policy is ignored in favor of the pipeline's. I'd prefer a fast error, maybe a warning...
@poteto have you had any more thoughts on this? It might help to add a full example of a pipeline to help visualize how arguments / and return values flow...
@maxfierke would you mind setting up a Twiddle that demonstrates what you're seeing?
@janmisek Just out of curiosity, what's the use case for checking this?
Thanks for the feedback, I'm definitely trying to collect all the use cases as to how people are using e-c. ### 1. Unwrapping promises passed in I haven't personally run...
Actually, we should consider whether it makes sense to keep souping up the `perform` helper; recent versions of Ember have an `action` helper that's compatible with tasks (you can pass...
@foxnewsnetwork I was actually referring to RxJS Observables, of which I have (an unpublished) spike here: http://ember-concurrency.com/#/docs/examples/observables I'm not sure I totally follow but are you saying you want a...
@foxnewsnetwork yeah, I'm not ready to add that feature just yet until we've all had time to absorb the current API. There might just be another task-friendly approach to what...