Improved concurrency primitives for Ember.js. Documentation can be found here.
ember-concurrency
is an ember-cli addon. You can install it via:
ember install ember-concurrency
If you're using a version of ember-concurrency
older than 0.7.5,
you'll also need to run:
ember install ember-maybe-import-regenerator
The ember-concurrency documentation site is an ember-cli app with interactive examples powered by ember-concurrency. It runs from ember-concurrency's dummy test app (thanks to ef4 for spearheading this approach).
- Open an Issue.
- Try to replicate the issue within an ember-twiddle
- Ask a question in the
#e-concurrency
channel at the Ember.js Community Slack
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
TODO: use build pipeline.
./builddocs.sh