Google News
logo
Ember.js - Interview Questions
What is The Run Loop in Ember.js?
The most common case for using the run loop is integrating with a non-Ember API that includes some sort of asynchronous callback.

For example :
 
* DOM update and event callbacks
* setTimeout and setInterval callbacks
* postMessage and messageChannel event handlers
* fetch or ajax callbacks
* WebSocket callbacks
Advertisement