« All deprecation guides

Deprecation Guide for Ember.run

until: 6.0.0
id: deprecate-import-run-from-ember

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';