ember-concurrency
Concurrency helpers
Provides improved concurrency primitives for writing asynchronous tasks in Ember.js applications
ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
689 stars
18 watching
157 forks
Language: JavaScript
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
machty/ember-concurrency-decorators | An Ember addon that provides decorator syntax for managing concurrency in Ember applications. | 70 |
knownasilya/ember-data-tasks | An Ember Data store that returns Ember Concurrency tasks instead of promises. | 25 |
bendemboski/ember-concurrency-test-waiter | An addon to instrument Ember's concurrency tasks to wait for their completion before proceeding with tests | 21 |
kellyselden/ember-macro-helpers | A collection of reusable JavaScript functions to simplify the creation of custom Ember macros and computed properties. | 62 |
ember-lifeline/ember-lifeline | An addon for managing asynchronous behavior in Ember applications | 239 |
ember-cli/ember-compatibility-helpers | Provides compatibility flags for Ember addons to write backwards compatible code | 25 |
ember-fastboot/ember-cli-fastboot | Serves Ember.js apps on the server for faster rendering and reduced JavaScript asset downloads | 851 |
fivetanley/ember-promise-helpers | Helps Ember developers work with promises in templates without manual wrapping or special handling | 206 |
dockyard/ember-composable-helpers | A set of reusable, composable functions for declarative templating in Ember.js applications. | 633 |
ember-sapporo/ember-store-helpers | Provides reusable code and helpers for working with Ember Data in Ember.js applications. | 5 |
ember-cli/ember-cli-mocha | Provides Mocha and Chai testing tools for Ember.js applications | 147 |
miguelmadero/ember-cli-bundle-loader | An Ember.js addon that enables the creation of multiple, independent bundles with lazy loading to improve application boot times and deployment efficiency. | 23 |
program-ar/ember-blockly | An Ember.js integration for building visual programming editors with the Blockly library | 4 |
dockyard/ember-route-action-helper | Helps bubble closure actions in routes across Ember.js applications | 328 |
shipshapecode/ember-service-worker-prember | An Ember plugin that caches and updates the index.html files of a static Ember app generated by prember | 6 |