13 links for Ember Concurrency
-
Ember Concurrency — Encapsulated Tasks
You can use Encapsulated Tasks, which behave just like regular tasks, but with one crucial difference: the value of 'this' within the task function points to the currently running TaskInstance, rather than the host object that the task lives on (e.g. a Component, Controller, etc).
Article by Alex Matchneer on 2nd November 2017
-
Skeleton Screen Loading in Ember.js
Article by Lauren Tan on 11th October 2017, in Async Loading with Ember-concurrency
-
TIL: Async custom ember-CP-validations with ember-concurrency
Article by Michael Klein on 20th April 2017
-
Ember Concurrency Test Waiter
Easily instrument your ember-concurrency tasks to cause acceptance test helpers or ember-test-helpers' wait() method to wait for any running instances of those tasks to complete before proceeding.
Addon by Ben Demboski on 28th January 2017
-
Adopting ember-concurrency
or: How I Learned to Stop Worrying and Love the Task
Article by Vince Bello on 14th December 2016, in Async Loading with Ember-concurrency
-
Ember Concurrency
Conquer time by writing better asynchronous code.
Video by Sam Selikoff on 6th October 2016, in EmberMap
-
Building a save as you type editor with Ember Concurrency
Article by Conor Linehan on 5th October 2016
-
Ember Concurrency
An Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks
Addon by Alex Matchneer on 19th July 2016
-
Use Ember Concurrency to load the facebook API on demand
Github Gist by Charles Lowell on 19th July 2016
-
A Match Made In Heaven
Real world refactoring example using Ember-Concurrency
Article by Estelle DeBlois on 10th April 2016
-
Ember Concurrency: the solution to so many problems you never knew you had
Article by Alex Matchneer on 29th February 2016