Why You Should Care About The Ember Run Loop
The Ember run loop is an extremely important part of Embers internals. The run loop is used to batch, order and work in a way that's most efficient. Before we can understand why we should care, we need to understand a little more about the Ember run loop itself first.…