« All deprecation guides
Deprecation Guide for Ember.run
Previously, run could be accessed via the Ember import:
import Ember from 'ember';
Ember.run
If needed, run can be imported:
import { run } from '@ember/runloop';