Skip to content

[CLEANUP beta] Remove sync runloop queue.#16097

Merged
rwjblue merged 1 commit intoemberjs:masterfrom
rwjblue:remove-sync
Jan 10, 2018
Merged

[CLEANUP beta] Remove sync runloop queue.#16097
rwjblue merged 1 commit intoemberjs:masterfrom
rwjblue:remove-sync

Conversation

@rwjblue
Copy link
Copy Markdown
Member

@rwjblue rwjblue commented Jan 9, 2018

sync queue was only used/present for bindings to synchronize, and Ember.Binding (along with related code) is now completely gone.

`sync` queue was only used/present for bindings to synchronize, and
Ember.Binding (along with related code) is now completely gone.
}

const backburner = new Backburner(['sync', 'actions', 'destroy'], {
sync: {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this functionality in backburner was only for the sync queue

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ya, we can remove it from BB and then cut a major

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ya, we will have to wait for a short while (because the legacy addon still needs to enable this functionality through Ember 3.4), but totally agree that it will be awesome to get rid of 😆

Copy link
Copy Markdown
Member

@stefanpenner stefanpenner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🔥 🔥 🔥

}

const backburner = new Backburner(['sync', 'actions', 'destroy'], {
sync: {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ya, we can remove it from BB and then cut a major

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants