ember-concurrency
Advanced tools
Changelog
4.0.1
Changelog
4.0.0
(perform)
helper, it is now recommended that the bound .perform()
method on each Task be directly invoked in the template, e.g. {{on "click" this.myTask.perform}}
, or, when arguments are present, {{on "click" (fn this.myTask.perform 123 'foo')}}